
r3 dimension dimension
create element
Creates a new element. For example, r3 dimension
product create cookery creates a product called
cookery. And r3 dimension intl create
us creates an intl called us.
dimension | dim
-p: creates an element with another as
parent. For example, r3 dimension product create cheese -p cookery
will create a product cheese with parent
cookery. The default action described creates the
parent for all domains (page, template, translation). The parent
may be set for a specific domain by specifying the parent as
domain:parent . r3 dim product create cheese
-p translation:cookery creates cheese with
parent cookery for translations only. For templates
and pages, cheese is created with no parent. The user
may set separate inheritance for templates and/or pages by using
[#DimensionParent][r3
dimension parent] commands.