Skip to content

Instantly share code, notes, and snippets.

@lamenath
Created March 30, 2017 10:19
Show Gist options
  • Save lamenath/50756e43b23cf139a62abc91ea533887 to your computer and use it in GitHub Desktop.
Save lamenath/50756e43b23cf139a62abc91ea533887 to your computer and use it in GitHub Desktop.
2 levels navigation using Slices
{
"Menu" : {
"uid" : {
"type" : "UID",
"config" : {
"placeholder" : "unique-menu-id"
}
},
"body" : {
"fieldset" : "Navigation",
"type" : "Slices",
"config" : {
"choices" : {
"2levels-nav" : {
"type" : "Slice",
"non-repeat" : {
"text" : {
"type" : "StructuredText",
"fieldset" : "Text",
"config" : {
"single" : "heading2",
"placeholder" : "Country"
}
},
"link" : {
"type" : "Link",
"fieldset" : "Target link",
"config" : {
"select" : "document",
"masks" : [ "country" ],
"placeholder" : "Select a country"
}
}
},
"repeat" : {
"text" : {
"type" : "StructuredText",
"fieldset" : "Text",
"config" : {
"single" : "heading3",
"placeholder" : "Link label"
}
},
"link" : {
"type" : "Link",
"fieldset" : "Region page",
"config" : {
"select" : "document",
"masks" : [ "region" ],
"placeholder" : "Select a region page"
}
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment