You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating dropdown/select attributes (product or otherwise), the options for the attribute can be defined using the 'options' part of the yaml file:
option:
values:
- Red
- Green
- Yellow
- Blue
- Purple
- Pink
- Orange
- Brown
However, what would be nice is if the labels for the options could be specified on the store level too. Has anyone been able to do that with configurator?
The text was updated successfully, but these errors were encountered:
When creating dropdown/select attributes (product or otherwise), the options for the attribute can be defined using the 'options' part of the yaml file:
Source: magento2-configurator/Samples/Components/Attributes/attributes.yaml
However, what would be nice is if the labels for the options could be specified on the store level too. Has anyone been able to do that with configurator?
The text was updated successfully, but these errors were encountered: