cancel
Showing results for 
Search instead for 
Did you mean: 

smart edit add new component is not visible

Former Member
0 Kudos
2,895

Hi All,

When I open smart edit and click on basic edit I cannot find add component button on menu bar any idea , Please?

Former Member

Hi Jameel, I am facing the same issue than you. Finally you could solved it out?

View Entire Topic
0 Kudos

This happens when smart edit is not properly configured. 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