Clean models

This commit is contained in:
soupette 2019-12-18 14:51:29 +01:00
parent f546dbec3b
commit dee2c38678
2 changed files with 0 additions and 32 deletions

View File

@ -43,24 +43,6 @@
"full_name": {
"type": "string",
"required": true
},
"dz": {
"type": "dynamiczone",
"components": [
"blog.meta",
"default.closingperiod",
"default.dish",
"default.openingtimes",
"default.restaurantservice"
],
"min": 2
},
"couou": {
"type": "enumeration",
"enum": [
"un"
],
"default": "un"
}
}
}

View File

@ -1,14 +0,0 @@
{
"info": {
"name": "meta",
"icon": "air-freshener"
},
"options": {},
"attributes": {
"name": {
"type": "string"
}
},
"connection": "default",
"collectionName": "components_blog_metas"
}