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

B2B project Personalization

former_member738056
Discoverer
0 Likes
471

Hi experts. I am trying to customize a component in an B2B project. So in Smartedit I have already created the customization in the library, In the customize mode I select the component that I want to customize, in the pop up I select the option "Replace master component with another saved component" but for the option "Select a component in the library" I don't have any component displayed. I assume that the CMS components that exist in the platform should be displayed in this field but it is alwas empty. Any help please, what am I missing ?

Any help is highly appreciated.

Many thanks,

Accepted Solutions (1)

Accepted Solutions (1)

former_member738056
Discoverer
0 Likes

Finally I solved by my self. If someone else is facing this problem can check if it is missing an available contentSlot to the page template if this is the case you will have in your logs something like: "Cannot find type restrictions for the given slotIds" and just fixed it by adding the missing Slot


INSERT_UPDATE ContentSlotName; name[unique = true] ; template(uid, $contentCV)[unique = true][default = 'MyTemplate']; validComponentTypes(code); compTypeGroup(code) ; MySlot ; ; ; wide

Answers (0)