0.13.10 : add fiels on message and channel
Build release Docker image / Build Docker Images (push) Failing after 4m58s

This commit is contained in:
2026-04-14 23:06:41 +02:00
parent 0648bf74bd
commit f7f0ee17d7
7 changed files with 889 additions and 5 deletions
@@ -4,7 +4,8 @@
"info": {
"singularName": "channel",
"pluralName": "channels",
"displayName": "Channel"
"displayName": "Channel",
"description": ""
},
"options": {
"draftAndPublish": false
@@ -33,6 +34,12 @@
"relation": "oneToMany",
"target": "api::message.message",
"mappedBy": "channel"
},
"description": {
"type": "text"
},
"permissions": {
"type": "json"
}
}
}