feat: menua eguneratzen du (#10)
* feat: menua eguneratzen du * ignore: komentarioa
This commit is contained in:
@@ -20,46 +20,12 @@
|
||||
"type": "text",
|
||||
"required": true
|
||||
},
|
||||
"edariBeroak": {
|
||||
"displayName": "edaria",
|
||||
"type": "component",
|
||||
"repeatable": true,
|
||||
"component": "kafetegia.edaria"
|
||||
},
|
||||
"infusioEkologikoak": {
|
||||
"type": "component",
|
||||
"repeatable": true,
|
||||
"component": "kafetegia.edaria"
|
||||
},
|
||||
"edariHotzak": {
|
||||
"type": "component",
|
||||
"repeatable": true,
|
||||
"component": "kafetegia.edaria"
|
||||
},
|
||||
"pikatzekoak": {
|
||||
"type": "component",
|
||||
"repeatable": true,
|
||||
"component": "kafetegia.edaria"
|
||||
},
|
||||
"gozoak": {
|
||||
"type": "component",
|
||||
"repeatable": true,
|
||||
"component": "kafetegia.edaria"
|
||||
},
|
||||
"anizkoJogurta": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"component": "kafetegia.edaria"
|
||||
},
|
||||
"tostadak": {
|
||||
"type": "component",
|
||||
"repeatable": true,
|
||||
"component": "kafetegia.edaria"
|
||||
},
|
||||
"konboak": {
|
||||
"type": "component",
|
||||
"repeatable": true,
|
||||
"component": "kafetegia.edaria"
|
||||
"menua": {
|
||||
"type": "dynamiczone",
|
||||
"components": [
|
||||
"kafetegia.produktu-taldea",
|
||||
"kafetegia.izenburua"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
15
back/src/components/kafetegia/izenburua.json
Normal file
15
back/src/components/kafetegia/izenburua.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"collectionName": "components_kafetegia_izenburuas",
|
||||
"info": {
|
||||
"displayName": "Izenburua",
|
||||
"icon": "strikeThrough",
|
||||
"description": ""
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"izenburuBalioa": {
|
||||
"type": "string",
|
||||
"required": true
|
||||
}
|
||||
}
|
||||
}
|
||||
19
back/src/components/kafetegia/produktu-taldea.json
Normal file
19
back/src/components/kafetegia/produktu-taldea.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"collectionName": "components_kafetegia_produktu_taldeas",
|
||||
"info": {
|
||||
"displayName": "Produktu taldea"
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"izenburua": {
|
||||
"type": "string"
|
||||
},
|
||||
"produktuak": {
|
||||
"displayName": "produktuak",
|
||||
"type": "component",
|
||||
"repeatable": true,
|
||||
"component": "kafetegia.edaria",
|
||||
"required": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user