-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
On a section/block (type is "_component") i have the following property:
key: "ArticleListBlock",
displayName: "Article list block",
baseType: "_component",
compositionBehaviors: ["sectionEnabled"],
properties: {
...
articleList: {
type: "array",
displayName: "Article list",
items: {
type: "content",
allowedTypes: [ArticlePageContentType],
},
},
...
}
The content type ArticlePageContentType is an "_experience". As far as i can see experiences referenced in content areas (or type "content" and "contentReference") are not resolved. Is this intentional, or am I missing something? The attribute composition on each element in the fetched list is null so I assume it simply isn't resolved. Any workarounds on this, or any plans om implementing a recursive resolving of referenced experiences?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels