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
+6
View File
@@ -669,6 +669,9 @@
"forceSlug": { "forceSlug": {
"type": "boolean" "type": "boolean"
}, },
"tradiksyonOtomatik": {
"type": "boolean"
},
"published_at": { "published_at": {
"type": "string" "type": "string"
}, },
@@ -718,6 +721,9 @@
"role": { "role": {
"type": "string" "type": "string"
}, },
"canAutoTranslate": {
"type": "boolean"
},
"created_by": { "created_by": {
"type": "string" "type": "string"
}, },
@@ -564,6 +564,9 @@
"role": { "role": {
"type": "string" "type": "string"
}, },
"canAutoTranslate": {
"type": "boolean"
},
"created_by": { "created_by": {
"type": "string" "type": "string"
}, },
@@ -630,6 +633,9 @@
"forceSlug": { "forceSlug": {
"type": "boolean" "type": "boolean"
}, },
"tradiksyonOtomatik": {
"type": "boolean"
},
"published_at": { "published_at": {
"type": "string" "type": "string"
}, },
+9
View File
@@ -785,6 +785,9 @@
"role": { "role": {
"type": "string" "type": "string"
}, },
"canAutoTranslate": {
"type": "boolean"
},
"created_by": { "created_by": {
"type": "string" "type": "string"
}, },
@@ -835,6 +838,9 @@
"forceSlug": { "forceSlug": {
"type": "boolean" "type": "boolean"
}, },
"tradiksyonOtomatik": {
"type": "boolean"
},
"published_at": { "published_at": {
"type": "string", "type": "string",
"format": "date-time" "format": "date-time"
@@ -972,6 +978,9 @@
"forceSlug": { "forceSlug": {
"type": "boolean" "type": "boolean"
}, },
"tradiksyonOtomatik": {
"type": "boolean"
},
"published_at": { "published_at": {
"type": "string", "type": "string",
"format": "date-time" "format": "date-time"
+3
View File
@@ -71,6 +71,9 @@
}, },
"forceSlug": { "forceSlug": {
"type": "boolean" "type": "boolean"
},
"tradiksyonOtomatik": {
"type": "boolean"
} }
} }
} }
@@ -11,7 +11,7 @@
"url": "https://o-k-i.net" "url": "https://o-k-i.net"
}, },
"license": null, "license": null,
"x-generation-date": "03/24/2022 10:12:35 PM" "x-generation-date": "03/27/2022 12:48:03 AM"
}, },
"x-strapi-config": { "x-strapi-config": {
"path": "/dokiman", "path": "/dokiman",
@@ -1514,6 +1514,9 @@
"forceSlug": { "forceSlug": {
"type": "boolean" "type": "boolean"
}, },
"tradiksyonOtomatik": {
"type": "boolean"
},
"published_at": { "published_at": {
"type": "string" "type": "string"
}, },
@@ -1563,6 +1566,9 @@
"role": { "role": {
"type": "string" "type": "string"
}, },
"canAutoTranslate": {
"type": "boolean"
},
"created_by": { "created_by": {
"type": "string" "type": "string"
}, },
@@ -1669,6 +1675,9 @@
"role": { "role": {
"type": "string" "type": "string"
}, },
"canAutoTranslate": {
"type": "boolean"
},
"created_by": { "created_by": {
"type": "string" "type": "string"
}, },
@@ -1735,6 +1744,9 @@
"forceSlug": { "forceSlug": {
"type": "boolean" "type": "boolean"
}, },
"tradiksyonOtomatik": {
"type": "boolean"
},
"published_at": { "published_at": {
"type": "string" "type": "string"
}, },
@@ -2058,6 +2070,9 @@
"role": { "role": {
"type": "string" "type": "string"
}, },
"canAutoTranslate": {
"type": "boolean"
},
"created_by": { "created_by": {
"type": "string" "type": "string"
}, },
@@ -2108,6 +2123,9 @@
"forceSlug": { "forceSlug": {
"type": "boolean" "type": "boolean"
}, },
"tradiksyonOtomatik": {
"type": "boolean"
},
"published_at": { "published_at": {
"type": "string", "type": "string",
"format": "date-time" "format": "date-time"
@@ -2245,6 +2263,9 @@
"forceSlug": { "forceSlug": {
"type": "boolean" "type": "boolean"
}, },
"tradiksyonOtomatik": {
"type": "boolean"
},
"published_at": { "published_at": {
"type": "string", "type": "string",
"format": "date-time" "format": "date-time"
@@ -67,6 +67,10 @@
"plugin": "users-permissions", "plugin": "users-permissions",
"configurable": false, "configurable": false,
"private": true "private": true
},
"canAutoTranslate": {
"type": "boolean",
"private": false
} }
} }
} }