Main Menu
Version- 1.0.0
Uses
The Main Menu
component is used within layout
dynamic zone.
Attributes
{
"attributes": {
"light_logo": {
"type": "component",
"repeatable": false,
"component": "config.logo"
},
"dark_logo": {
"type": "component",
"repeatable": false,
"component": "config.logo"
},
"dark_mode": {
"type": "boolean",
"default": true
},
"notification": {
"type": "boolean",
"default": true
},
"main_menu": {
"type": "component",
"repeatable": true,
"pluginOptions": {
"i18n": {
"localized": true
}
},
"component": "config.menu"
},
"langague": {
"type": "component",
"repeatable": true,
"pluginOptions": {
"i18n": {
"localized": false
}
},
"component": "config.link"
},
"button": {
"type": "component",
"repeatable": true,
"pluginOptions": {
"i18n": {
"localized": true
}
},
"component": "config.link"
},
"style": {
"type": "component",
"repeatable": false,
"component": "config.style-section"
}
}
}