浏览文章

文章信息

Magento2 关闭/开启 属性wyslwyg,属性开启富文本编辑器|enable attribute text editor 12901

两种方式:

第一种,后台属性输入类型选择时选择text editor类型。

第二种,数据库找到对应属性修改is_wyslwyg_enabled为1

比如产品description属性:

找到表catalog_eav_attribute

找到要修改的属性,设置is_wyslwyg_enabled

原创