Add eksplisit boolean to teks
This commit is contained in:
@@ -657,6 +657,9 @@
|
|||||||
"user": {
|
"user": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"eksplisit": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"published_at": {
|
"published_at": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -787,6 +787,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eksplisit": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"published_at": {
|
"published_at": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
@@ -906,6 +909,9 @@
|
|||||||
"user": {
|
"user": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"eksplisit": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"published_at": {
|
"published_at": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
|
|||||||
@@ -61,6 +61,9 @@
|
|||||||
"user": {
|
"user": {
|
||||||
"plugin": "users-permissions",
|
"plugin": "users-permissions",
|
||||||
"model": "user"
|
"model": "user"
|
||||||
|
},
|
||||||
|
"eksplisit": {
|
||||||
|
"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": "05/26/2021 11:36:32 PM"
|
"x-generation-date": "05/28/2021 4:36:05 PM"
|
||||||
},
|
},
|
||||||
"x-strapi-config": {
|
"x-strapi-config": {
|
||||||
"path": "/dokiman",
|
"path": "/dokiman",
|
||||||
@@ -991,6 +991,9 @@
|
|||||||
"user": {
|
"user": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"eksplisit": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"published_at": {
|
"published_at": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -1369,6 +1372,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eksplisit": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"published_at": {
|
"published_at": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
@@ -1488,6 +1494,9 @@
|
|||||||
"user": {
|
"user": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"eksplisit": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"published_at": {
|
"published_at": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
|
|||||||
@@ -8,7 +8,10 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"draftAndPublish": false,
|
"draftAndPublish": false,
|
||||||
"timestamps": true,
|
"timestamps": true,
|
||||||
"privateAttributes": ["createdAt", "updatedAt"]
|
"privateAttributes": [
|
||||||
|
"createdAt",
|
||||||
|
"updatedAt"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"username": {
|
"username": {
|
||||||
|
|||||||
Reference in New Issue
Block a user