cancel
Showing results for 
Search instead for 
Did you mean: 

Customize cms cockpit editor area

Former Member
0 Kudos

Hi, I'm trying to customize the editor area in the cms cockpit.

I have created a new type called TestContentPage that extends ContentPage and added a few attributes. I want the new attributes to show up in the editor area in the cms cockpit.

I have created a new xml file called editorArea_TestContentPage.xml that is basically a copy of editorArea_ContentPage.xml with the new attributes added.

After a re-buuild and server start-up I expected the new attributes to show up in the editor area when creating a new TestContentPage.

What am I missing?

Accepted Solutions (0)

Answers (6)

Answers (6)

Sagar_Bh
Participant
0 Kudos

It requires an update of cms cockpits both custom and OOTB.

Former Member
0 Kudos
  1. Go to HAC, Console, Scripting Languages and execute this script: cockpitImportConfig.importCockpitConfig(new de.hybris.platform.core.initialization.SystemSetupContext(new HashMap(), de.hybris.platform.core.initialization.SystemSetup.Type.PROJECT, "lebaracmslibaddon")).

  2. In cmscockpit Reset Personalization Settings.

  3. Restart Server.

Former Member
0 Kudos

Hi,

I think u should also check the cockpit configuration as part of system update/Initialization and I don't think system restart is not required.

Former Member
0 Kudos

I figured it out. After an initialization followed by a server re-start it worked! :)

Former Member
0 Kudos

Hi, thanks for the quick reply. I already tried that but it doesn't seem to have any effect. Do you have any other ideas?

Former Member
0 Kudos

Hi Steinar!

One thing that might need to be done is to reset the configuration of your CMS cockpit:

Go to Menu > User Settings > Reset personalized settings in the CMS cockpit.

Best regards,

Niko