2018-03-05 14:30:28 +01:00

10 lines
116 B
JavaScript

module.exports = {
product: {
attributes: {
description: {
type: 'wysiwyg'
}
}
}
};