server start

This commit is contained in:
2025-06-21 20:45:30 +02:00
parent abf864d98b
commit 1ff948af19
24 changed files with 4066 additions and 839 deletions

View File

@@ -4,7 +4,8 @@
"info": {
"singularName": "element",
"pluralName": "elements",
"displayName": "Element"
"displayName": "Element",
"description": ""
},
"options": {
"draftAndPublish": true
@@ -20,14 +21,21 @@
"type": "text"
},
"Image": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
]
},
"Url": {
"type": "string",
"unique": true,
"required": true,
"regex": "[a-z0-9]"
}
}
}