v4.1.12 2017-05-17 08:57 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:47:55 UTC


README

Products Attributes

Add this to resources/assets/typicms/app.js:

if (moduleName === 'attribute-groups' && action === 'edit') {
    moduleName = 'attributes';
}

Run gulp js-admin