diff --git a/api/awtis/documentation/1.0.0/awtis.json b/api/awtis/documentation/1.0.0/awtis.json index 4e863e2..d13d762 100644 --- a/api/awtis/documentation/1.0.0/awtis.json +++ b/api/awtis/documentation/1.0.0/awtis.json @@ -669,6 +669,9 @@ "forceSlug": { "type": "boolean" }, + "tradiksyonOtomatik": { + "type": "boolean" + }, "published_at": { "type": "string" }, @@ -718,6 +721,9 @@ "role": { "type": "string" }, + "canAutoTranslate": { + "type": "boolean" + }, "created_by": { "type": "string" }, diff --git a/api/komante/documentation/1.0.0/komante.json b/api/komante/documentation/1.0.0/komante.json index a058f8b..de49a30 100644 --- a/api/komante/documentation/1.0.0/komante.json +++ b/api/komante/documentation/1.0.0/komante.json @@ -564,6 +564,9 @@ "role": { "type": "string" }, + "canAutoTranslate": { + "type": "boolean" + }, "created_by": { "type": "string" }, @@ -630,6 +633,9 @@ "forceSlug": { "type": "boolean" }, + "tradiksyonOtomatik": { + "type": "boolean" + }, "published_at": { "type": "string" }, diff --git a/api/teks/documentation/1.0.0/teks.json b/api/teks/documentation/1.0.0/teks.json index c6b6b76..9982353 100644 --- a/api/teks/documentation/1.0.0/teks.json +++ b/api/teks/documentation/1.0.0/teks.json @@ -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" diff --git a/api/teks/models/teks.settings.json b/api/teks/models/teks.settings.json index 059f573..b2766e8 100644 --- a/api/teks/models/teks.settings.json +++ b/api/teks/models/teks.settings.json @@ -71,6 +71,9 @@ }, "forceSlug": { "type": "boolean" + }, + "tradiksyonOtomatik": { + "type": "boolean" } } } diff --git a/extensions/documentation/documentation/1.0.0/full_documentation.json b/extensions/documentation/documentation/1.0.0/full_documentation.json index 1a4fcc4..63ced8d 100644 --- a/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -11,7 +11,7 @@ "url": "https://o-k-i.net" }, "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": { "path": "/dokiman", @@ -1514,6 +1514,9 @@ "forceSlug": { "type": "boolean" }, + "tradiksyonOtomatik": { + "type": "boolean" + }, "published_at": { "type": "string" }, @@ -1563,6 +1566,9 @@ "role": { "type": "string" }, + "canAutoTranslate": { + "type": "boolean" + }, "created_by": { "type": "string" }, @@ -1669,6 +1675,9 @@ "role": { "type": "string" }, + "canAutoTranslate": { + "type": "boolean" + }, "created_by": { "type": "string" }, @@ -1735,6 +1744,9 @@ "forceSlug": { "type": "boolean" }, + "tradiksyonOtomatik": { + "type": "boolean" + }, "published_at": { "type": "string" }, @@ -2058,6 +2070,9 @@ "role": { "type": "string" }, + "canAutoTranslate": { + "type": "boolean" + }, "created_by": { "type": "string" }, @@ -2108,6 +2123,9 @@ "forceSlug": { "type": "boolean" }, + "tradiksyonOtomatik": { + "type": "boolean" + }, "published_at": { "type": "string", "format": "date-time" @@ -2245,6 +2263,9 @@ "forceSlug": { "type": "boolean" }, + "tradiksyonOtomatik": { + "type": "boolean" + }, "published_at": { "type": "string", "format": "date-time" diff --git a/extensions/users-permissions/models/User.settings.json b/extensions/users-permissions/models/User.settings.json index f458ccc..c17e4fc 100644 --- a/extensions/users-permissions/models/User.settings.json +++ b/extensions/users-permissions/models/User.settings.json @@ -67,6 +67,10 @@ "plugin": "users-permissions", "configurable": false, "private": true + }, + "canAutoTranslate": { + "type": "boolean", + "private": false } } }