magento-configurator icon indicating copy to clipboard operation
magento-configurator copied to clipboard

Magento Configurator

Results 4 magento-configurator issues
Sort by recently updated
recently updated
newest added

Currently you can only configure categories at the global scope, would be nice to be able to do this at the store scope too, i.e. a category with a different...

The default Yaml parser provided by `Zend_Config_Yaml` fails silently and partially, meaning that it can simply omit some of the data if it has syntax errors. Needless to say this...

The default Yaml decoder (provided by Zend_Config_Yaml) is too naive and removes mistakes color codes for comments. So this is not possible `config.yaml`: ``` - global: core_config: - path: themecolor/colors/primary_color...

Added the option to specify a default attribute option for _select_ type (only): ``` options: - S - M - L|default - XL ``` The old implementation would not take...