on 2018 Sep 01 12:13 AM
Hi All,
I need to add a component through Basic Edit in SmartEdit but the button does not appears. The Personalization option is display completly. I have tried checking out the addoninstall, all the smartedit related extensions, doing an Ant Clean All after this triggering an Updated in hAC. Someone could guide me what else I need to check? I am not developer but I do my best to find solutions, thanks in advanced group!
This happens when smart edit is not properly installed . Can you verify that following extensions are added by you
<extension name='smartedit' />
<extension name='cmssmartedit' />
<extension name='cmssmarteditwebservices'/>
<extension name='cmswebservices' />
<extension name='permissionswebservices'/>
<extension name='previewwebservices' />
<extension name='smarteditaddon'/>
<extension name='smarteditwebservices' />
<extension name="cmsbackoffice"/>
<extension name="personalizationservicesbackoffice"/>
<extension name="personalizationservices"/>
<extension name="personalizationcmsbackoffice"/>
<extension name="previewpersonalizationweb"/>
<extension name="personalizationcmsweb"/>
<extension name="personalizationsmartedit"/>
After that have done smarteditaddon install . and then added following entries in your project.properties file of storefront
[storefrontName].additionalWebSpringConfigs.smarteditaddon=classpath:/smarteditaddon/web/spring/smarteditaddon-w smarteditaddon.application-context=smarteditaddon-spring.xml smarteditaddon.javascript.paths.responsive=/shared/common/js/webApplicationInjector.js;/shared/common/js/reprocessPage.js;/shared/common/js/adjustComponentRenderingToSE.js;/responsive/common/js/smarteditaddon.js smarteditaddon.css.paths.responsive=/responsive/common/css/smarteditaddon.css
and then run ant npminstall from platform
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, there is an error in property, you need to replace smarteditaddon-w by smarteditaddon-web-spring.xml
User | Count |
---|---|
26 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.