10 lines
116 B
JavaScript
Raw Normal View History

2018-03-05 14:30:28 +01:00
module.exports = {
product: {
attributes: {
description: {
type: 'wysiwyg'
}
}
}
};