Skip to content

webfactorybulgaria/Attributes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attributes

Products Attributes

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

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

Run gulp js-admin