nav-link.json
484 Bytes
{
"collectionName": "components_header_nav_links",
"info": {
"displayName": "navLink"
},
"options": {},
"attributes": {
"title": {
"type": "string"
},
"link": {
"type": "string"
},
"PdfLink": {
"type": "media",
"multiple": false,
"allowedTypes": [
"files"
]
},
"navSublink": {
"type": "component",
"component": "header.nav-sublink",
"repeatable": true
}
},
"config": {}
}