# Keyword Mappings
Phoenix 7.0 was our biggest release ever! With some of the changes in Phoenix 7.0, the structure of certain keywords has changed.
The table below shows how they've changed, with the old keyword used pre-7.0 on the left, and the new keyword that it's mapped to on the right. Moving forward, please use the new keyword style.
Old Keyword | New Keyword |
---|---|
group.x | group.position.x |
group.y | group.position.y |
group.height | group.size.height |
group.width | group.size.width |
plate.x | plate.position.x |
plate.y | plate.position.y |
plate.height | plate.size.height |
plate.width | plate.size.width |
product.allowed-rotations | part.rotation.custom-values |
product.artwork.name | component.page.1.file.name |
product.bleed | component.bleed.margin |
product.bleed-bottom | component.bleed.margins.bottom |
product.bleed-left | component.bleed.margins.left |
product.bleed-right | component.bleed.margins.right |
product.bleed-top | component.bleed.margins.top |
product.bleed-type | component.bleed.type |
product.bundle-size | component.flat.bundle-size |
product.die-name | component.flat.die.name |
product.die-path | component.flat.die.path |
product.die-source | component.flat.die.source |
product.die-source-noext | component.flat.die.source-noext |
product.die-type | component.flat.die.type |
product.grain | part.grain |
product.height | component.size.height |
product.number | component.number |
product.offcut-bottom | component.offcut.margins.bottom |
product.offcut-left | component.offcut.margins.left |
product.offcut-right | component.offcut.margins.right |
product.offcut-top | component.offcut.margins.top |
product.ordered | product.quantity |
product.rotation | component.rotation |
product.rotation-type | part.rotation.type |
product.spacing | component.spacing.margin |
product.spacing-bottom | component.spacing.margins.bottom |
product.spacing-left | component.spacing.margins.left |
product.spacing-right | component.spacing.margins.right |
product.spacing-top | component.spacing.margins.top |
product.spacing-type | component.spacing.type |
product.stock | part.stock |
product.templates | part.flat.templates |
product.width | component.size.width |
product.x | component.position.x |
product.y | component.position.y |
repeat.x | repeat.position.x |
repeat.y | repeat.position.y |
repeat.height | repeat.size.height |
repeat.width | repeat.size.width |
side.origin-x | surface.origin.x |
side.origin-y | surface.origin.y |
side.type | surface.side |
job.product.([0-9]+).allowed-rotations | project.product.$1.part.1.rotation.custom-values |
job.product.([0-9]+).artwork-back | project.product.$1.part.1.page.2.file.name |
job.product.([0-9]+).artwork-front | project.product.$1.part.1.page.1.file.name |
job.product.([0-9]+).bleed | project.product.$1.part.1.component.1.bleed.margin |
job.product.([0-9]+).bleed-bottom | project.product.$1.part.1.component.1.bleed.margins.bottom |
job.product.([0-9]+).bleed-left | project.product.$1.part.1.component.1.bleed.margins.left |
job.product.([0-9]+).bleed-right | project.product.$1.part.1.component.1.bleed.margins.right |
job.product.([0-9]+).bleed-top | project.product.$1.part.1.component.1.bleed.margins.top |
job.product.([0-9]+).bleed-type | project.product.$1.part.1.component.1.bleed.type |
job.product.([0-9]+).bundle-size | project.product.$1.part.1.component.1.flat.bundle-size |
job.product.([0-9]+).die-name | project.product.$1.part.1.component.1.flat.die.name |
job.product.([0-9]+).die-path | project.product.$1.part.1.component.1.flat.die.path |
job.product.([0-9]+).die-source | project.product.$1.part.1.component.1.flat.die.source |
job.product.([0-9]+).die-source-noext | project.product.$1.part.1.component.1.flat.die.source-noext |
job.product.([0-9]+).die-type | project.product.$1.part.1.component.1.flat.die.type |
job.product.([0-9]+).grain | project.product.$1.part.1.grain |
job.product.([0-9]+).height | project.product.$1.part.1.component.1.size.height |
job.product.([0-9]+).offcut-bottom | project.product.$1.part.1.component.1.offcut.margins.bottom |
job.product.([0-9]+).offcut-left | project.product.$1.part.1.component.1.offcut.margins.left |
job.product.([0-9]+).offcut-right | project.product.$1.part.1.component.1.offcut.margins.right |
job.product.([0-9]+).offcut-top | project.product.$1.part.1.component.1.offcut.margins.top |
job.product.([0-9]+).ordered | project.product.$1.quantity |
job.product.([0-9]+).rotation-type | project.product.$1.part.1.rotation.type |
job.product.([0-9]+).spacing | project.product.$1.part.1.component.1.spacing.margin |
job.product.([0-9]+).spacing-bottom | project.product.$1.part.1.component.1.spacing.margins.bottom |
job.product.([0-9]+).spacing-left | project.product.$1.part.1.component.1.spacing.margins.left |
job.product.([0-9]+).spacing-right | project.product.$1.part.1.component.1.spacing.margins.right |
job.product.([0-9]+).spacing-top | project.product.$1.part.1.component.1.spacing.margins.top |
job.product.([0-9]+).spacing-type | project.product.$1.part.1.component.1.spacing.type |
job.product.([0-9]+).stock | project.product.$1.part.1.stock |
job.product.([0-9]+).templates | project.product.$1.part.1.flat.templates |
job.product.([0-9]+).width | project.product.$1.part.1.component.1.size.width |
job. | project. |