cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to structure and order Smartedit Editor into sections

michielc
Explorer
0 Likes
632

Is it possible to structure the Hybris 6.6 Smartedit editor window for components? (e.g. divide the attributes into section like 'styling', 'content', ... and giving them a certain ordering).

I know you can do this in old Hybris versions for hmc in hmc.xml, but cannot easily find it for Smartedit.

Thanks in advance!

Accepted Solutions (0)

Answers (1)

Answers (1)

Hi ,

I'm not sure right now about dividing attributes into the sections, but you can for sure give them a certain order.

Please take a look at cmsStructureTypeModeAttributeFilterList defined in ext-content\cmsfacades\resources\config\cmsfacades-structuretypes-mode-config-spring.xml. Here you can use <property name="order"> and the list of attributes in certain order

Thanks, Mykola