Update awtis, teks, komante schemas

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-12 13:58:33 +04:00
parent 706c9127f4
commit e0ac214fd1
3 changed files with 25 additions and 0 deletions
@@ -45,6 +45,13 @@
"type": "relation", "type": "relation",
"relation": "oneToOne", "relation": "oneToOne",
"target": "plugin::users-permissions.user" "target": "plugin::users-permissions.user"
},
"foto": {
"allowedTypes": [
"images"
],
"type": "media",
"multiple": false
} }
} }
} }
@@ -24,6 +24,11 @@
"type": "relation", "type": "relation",
"relation": "oneToOne", "relation": "oneToOne",
"target": "plugin::users-permissions.user" "target": "plugin::users-permissions.user"
},
"tek": {
"type": "relation",
"relation": "oneToOne",
"target": "api::tek.tek"
} }
} }
} }
+13
View File
@@ -53,6 +53,19 @@
"type": "relation", "type": "relation",
"relation": "oneToOne", "relation": "oneToOne",
"target": "plugin::users-permissions.user" "target": "plugin::users-permissions.user"
},
"kouveti": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images"
]
},
"tradiksyon": {
"type": "component",
"repeatable": false,
"component": "trad.traductions"
} }
} }
} }