-
I basically want to create a wrapper block whereby I can nest other blocks inside that I've already created for the flexible editor. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Correct me if I'm wrong, this is possible just by adding a M2A field to my However, I'm not sure how to return them like the others. Current fields: I get {
type: 'relation-block',
attrs: {
id: 'b92003fe-a458-4160-b179-5c24914f4a5c',
junction: 'page_editor_nodes',
collection: 'wrapper',
data: null
}
} |
Beta Was this translation helpful? Give feedback.
I forgot to enable READ permissions on the wrapper collection 🤦