Add canAutoTranslate & tradiksyonOtomatik

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-03-27 02:14:58 +04:00
parent 2387833e7b
commit faee9260e0
6 changed files with 50 additions and 1 deletions
+9
View File
@@ -785,6 +785,9 @@
"role": {
"type": "string"
},
"canAutoTranslate": {
"type": "boolean"
},
"created_by": {
"type": "string"
},
@@ -835,6 +838,9 @@
"forceSlug": {
"type": "boolean"
},
"tradiksyonOtomatik": {
"type": "boolean"
},
"published_at": {
"type": "string",
"format": "date-time"
@@ -972,6 +978,9 @@
"forceSlug": {
"type": "boolean"
},
"tradiksyonOtomatik": {
"type": "boolean"
},
"published_at": {
"type": "string",
"format": "date-time"
+3
View File
@@ -71,6 +71,9 @@
},
"forceSlug": {
"type": "boolean"
},
"tradiksyonOtomatik": {
"type": "boolean"
}
}
}