Created
July 28, 2021 08:40
-
-
Save lamenath/11bc3bef269fec22533ad1d0197f4109 to your computer and use it in GitHub Desktop.
FAQ Page with multiple tabs, and repeatable sections under each tab
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" : { | |
"title" : { | |
"type" : "StructuredText", | |
"config" : { | |
"single" : "heading1", | |
"label" : "Title", | |
"placeholder" : "Title" | |
} | |
}, | |
"body" : { | |
"type" : "Slices", | |
"fieldset" : "Slice zone", | |
"config" : { | |
"labels" : null, | |
"choices" : { | |
"section" : { | |
"type" : "Slice", | |
"fieldset" : "Section", | |
"description" : "Category Section", | |
"icon" : "chat", | |
"display" : "list", | |
"non-repeat" : { | |
"section_label" : { | |
"type" : "StructuredText", | |
"config" : { | |
"single" : "heading2", | |
"label" : "Section label", | |
"placeholder" : "Section label" | |
} | |
}, | |
"video" : { | |
"type" : "Embed", | |
"config" : { | |
"label" : "Video", | |
"placeholder" : "Video Embed" | |
} | |
}, | |
"description" : { | |
"type" : "StructuredText", | |
"config" : { | |
"multi" : "paragraph", | |
"label" : "Description", | |
"placeholder" : "Description of the section" | |
} | |
} | |
}, | |
"repeat" : { | |
"sub-section_title" : { | |
"type" : "StructuredText", | |
"config" : { | |
"single" : "heading3", | |
"label" : "Sub-section title", | |
"placeholder" : "Sub-section title" | |
} | |
}, | |
"subsection_content" : { | |
"type" : "StructuredText", | |
"config" : { | |
"multi" : "paragraph,strong,hyperlink,embed", | |
"label" : "Subsection content", | |
"placeholder" : "Subsection content" | |
} | |
} | |
} | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment