Add eksplisit boolean to teks

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-05-28 16:38:54 +02:00
parent 47421ef4b5
commit 1067e4937a
5 changed files with 26 additions and 2 deletions
+3
View File
@@ -657,6 +657,9 @@
"user": {
"type": "string"
},
"eksplisit": {
"type": "boolean"
},
"published_at": {
"type": "string"
},
+6
View File
@@ -787,6 +787,9 @@
}
}
},
"eksplisit": {
"type": "boolean"
},
"published_at": {
"type": "string",
"format": "date-time"
@@ -906,6 +909,9 @@
"user": {
"type": "string"
},
"eksplisit": {
"type": "boolean"
},
"published_at": {
"type": "string",
"format": "date-time"
+3
View File
@@ -61,6 +61,9 @@
"user": {
"plugin": "users-permissions",
"model": "user"
},
"eksplisit": {
"type": "boolean"
}
}
}