Hey.
I tried adding custom labels to the Rich Content model.json. Which worked fine in the legacy version but in the new pagebuilder i didnt see the custom labels?
"content": {
"type": "StructuredText",
"config": {
"label": "Content",
"placeholder": "A nice description of your product",
"allowTargetBlank": true,
"multi": "paragraph,preformatted,heading1,heading2,heading3,heading4,heading5,heading6,strong,em,hyperlink,image,embed,list-item,o-list-item,rtl",
"labels": ["lg"]
}
},