Hybris-如何将SmartEdit扩展添加到现有项目

时间:2019-06-24 12:59:04

标签: sap e-commerce hybris

标题说明了这一点。 我使用modulegen创建了一个自定义项目,并使用了加速器模板作为基础。存在服装店面和后台,但是我想尝试SmartEdit和WCMS功能。

我必须将哪些扩展名添加到localextensions.xml文件中才能使SmartEdit正常工作? 我尝试添加

<extension name='cmssmartedit' />

但是在构建完蚂蚁之后失败了。

1 个答案:

答案 0 :(得分:1)

有关详细步骤,请参见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插件:

ant addoninstall -Daddonnames=smarteditaddon -DaddonStorefront.yacceleratorstorefront=<your_custom_storefront>