Lookup table

This commit is contained in:
Julian Krauser 2024-11-03 11:01:51 +01:00
parent 832994d13e
commit 693aa352a4
13 changed files with 1138 additions and 335 deletions

View file

@ -10,31 +10,19 @@
"options": {
"draftAndPublish": true
},
"pluginOptions": {
"i18n": {
"localized": true
}
},
"pluginOptions": {},
"attributes": {
"navbar": {
"type": "component",
"repeatable": false,
"pluginOptions": {
"i18n": {
"localized": true
}
},
"pluginOptions": {},
"component": "global.navbar",
"required": true
},
"footer": {
"type": "component",
"repeatable": false,
"pluginOptions": {
"i18n": {
"localized": true
}
},
"pluginOptions": {},
"component": "global.footer"
}
}