From c1406dba0951e1902b9ab923804a14e0492551ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Mon, 8 May 2023 17:38:47 +0200 Subject: [PATCH] . --- content_types.json | 81 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 content_types.json diff --git a/content_types.json b/content_types.json new file mode 100644 index 0000000..1fc7106 --- /dev/null +++ b/content_types.json @@ -0,0 +1,81 @@ +[ + { + "slug": "themes", + "name": "Themes", + "description": "", + "icon": "/material-design/monitor-screenshot.svg", + "status": 1, + "blade": "default", + "fields": [ + { + "name": "Beschreibung", + "type": "rich-text", + "attr": { + "use-openai-api": 0, + "openai-instructions": "" + }, + "position": 1, + "required": 0, + "default_value": "" + }, + { + "name": "Short Description", + "type": "text", + "attr": { + "pattern": "", + "maxlength": "", + "minlength": "" + }, + "position": 2, + "required": 0, + "default_value": "" + }, + { + "name": "Repository", + "type": "text", + "attr": { + "pattern": "((git|ssh|http(s)?)|(git@[\\w\\.]+))(:(//)?)([\\w\\.@\\:/\\-~]+)(\\.git)(/)?", + "maxlength": "", + "minlength": "" + }, + "position": 3, + "required": 0, + "default_value": "" + }, + { + "name": "Availability", + "type": "select", + "position": 4, + "required": 0, + "default_value": "", + "options": [ + "Private", + "Paid", + "Free" + ] + }, + { + "name": "Lumino Versions", + "type": "select", + "position": 5, + "required": 0, + "default_value": "", + "options": [ + "3.5", + "3.6" + ] + }, + { + "name": "Featutes", + "type": "select", + "position": 6, + "required": 0, + "default_value": "", + "options": [ + "Dashboard", + "Checkout" + ] + } + ] + } +] \ No newline at end of file