Skip to content

Instantly share code, notes, and snippets.

@lamenath
Created March 26, 2020 14:09
Show Gist options
  • Save lamenath/f302547e8dee9d115d52e835247faea9 to your computer and use it in GitHub Desktop.
Save lamenath/f302547e8dee9d115d52e835247faea9 to your computer and use it in GitHub Desktop.
Prismic - custom inline label on Rich Text (custom type JSON)
{
"Main": {
"text": {
"type": "StructuredText",
"config": {
"labels" : ["EventListener"],
"multi": "paragraph, hyperlink",
"label": "Text",
"placeholder": "Text"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment