标题说明了这一点。我使用modulegen创建了一个自定义项目,并使用加速器模板作为基础。服装店面和后台都存在,但我想尝试一下SmartEdit和WCMS功能。
要让SmartEdit正常工作,我需要向localextensions.xml文件添加哪些扩展名?我试着添加
<extension name='cmssmartedit' />但在ant的干净构建之后,这一切都失败了。
发布于 2019-06-24 21:12:43
有关详细步骤,请参阅Installing SmartEdit文档
如果您正在手动安装SmartEdit,则以下是您需要的扩展和插件
cmsbackoffice
cmssmartedit
cmssmarteditwebservices
cmswebservices
permissionswebservices
previewwebservices
smartedit
smarteditaddon
smarteditwebservices
ysmarteditmodule (if you want to extend the SAP Commerce framework or CMS functionality)必须按如下所示安装smarteditaddon AddOn:
ant addoninstall -Daddonnames=smarteditaddon -DaddonStorefront.yacceleratorstorefront=<your_custom_storefront>https://stackoverflow.com/questions/56737127
复制相似问题