Adjustable Elements in Cabinet Editor
CabinetComposerAdjustableElementsRule
Defines the elements which can be adjusted on its dimensions when configuring in the cabinet composer.
Notification level: Not applicable
Key | Value |
---|---|
ID | CabinetComposerAdjustableElementsRule |
Translation key | Not applicable |
Behavior
This rule defines the elements which will be resized on its dimension when adding it in the cabinet composer.
See more details about adjusting element's dimensions in the cabinet composer here.
Trigger Conditions
It is triggered when entering in the cabinet editor.
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
adjustableElements | object | - | Mandatory Object defines the adjustable elements. ▪️ The width key which the value is a list of closed tags, which indicates the products with these tags can be resized on width when adding in the cabinet editor. ▪️ The depth key which the value is a list of closed tags, which indicates the products with these tags can be resized on depth when adding in the cabinet editor. |
Sample
{
"adjustableElements":
{
"width":
[
536,
539,
546
],
"depth":
[
539,
546
]
}
}
Illustration
See more details about how resizing works in the cabinet editor here.