Created
March 26, 2020 14:09
-
-
Save lamenath/f302547e8dee9d115d52e835247faea9 to your computer and use it in GitHub Desktop.
Prismic - custom inline label on Rich Text (custom type JSON)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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