mirror of
https://github.com/strapi/strapi.git
synced 2025-10-13 09:03:25 +00:00
10 lines
116 B
JavaScript
10 lines
116 B
JavaScript
module.exports = {
|
|
product: {
|
|
attributes: {
|
|
description: {
|
|
type: 'wysiwyg'
|
|
}
|
|
}
|
|
}
|
|
};
|