links.json
432 Bytes
{
"collectionName": "components_sidebar_links",
"info": {
"displayName": "Links"
},
"options": {},
"attributes": {
"Label": {
"type": "string"
},
"URL": {
"type": "string"
},
"OpenNewTab": {
"type": "boolean",
"default": true
},
"PdfLink": {
"type": "media",
"multiple": false,
"allowedTypes": [
"files"
]
}
},
"config": {}
}