Add okiMizik field in teks

This commit is contained in:
2021-01-10 18:34:31 +01:00
parent 4a444c4168
commit fc532f8a00
4 changed files with 22 additions and 1 deletions
+6
View File
@@ -731,6 +731,9 @@
}
}
},
"okiMizik": {
"type": "string"
},
"published_at": {
"type": "string",
"format": "date-time"
@@ -839,6 +842,9 @@
"slug": {
"type": "string"
},
"okiMizik": {
"type": "string"
},
"published_at": {
"type": "string",
"format": "date-time"
+3
View File
@@ -53,6 +53,9 @@
],
"plugin": "upload",
"required": false
},
"okiMizik": {
"type": "string"
}
}
}