I have just started working on a nextjs site with prismic, i'm trying to use custom labels in a Rich Text field, i have added them in the model as such:
"title": {
"type": "StructuredText",
"config": {
"label": "Title",
"labels": ["accent-blue", "accent-cyan", "accent-magenta"],
"placeholder": "",
"allowTargetBlank": true,
"multi": "heading1,heading2,heading3,heading4,heading5,heading6,strong,em"
}
},
I have pushed them to prismic without issue, however when I try to use them from the dashboard I don't see the option to select them anywhere in the new editor, if i go into the legacy editor then they do show.