links.json
427 Bytes
{
"collectionName": "components_sidebar_links",
"info": {
"displayName": "Links"
},
"options": {},
"attributes": {
"Label": {
"type": "string"
},
"URL": {
"type": "string"
},
"OpenNewTab": {
"type": "boolean",
"default": true
},
"subLink": {
"type": "component",
"component": "sidebar.sub-link",
"repeatable": true
}
},
"config": {}
}