on 2021 Jan 15 8:17 AM
When I want to drag and drop the component I created via smartedit, I get the following error.
Component XXXComponent not allowed in XXSlot-defaultHomePage
what should I do
Request clarification before answering.
The content slot type as an validComponentTypes property. Most likely, your content slot only allows certain components. You can adjust it to allow other types of components. This example specifies no valid component type
INSERT_UPDATE ContentSlotName;name[unique=true];template(uid,$contentCV)[unique=true][default='ErrorPageTemplate'];validComponentTypes(code);compTypeGroup(code)
;SiteLogo;;;logo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.