updated schema for contentbuilder and refactored code
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-18 18:59:36 +00:00
parent dcfde495c7
commit 14da32bac6
7 changed files with 521 additions and 235 deletions

View File

@@ -3,3 +3,4 @@ type: string
meta:
label:
de: test
widget: "text"

View File

@@ -23,3 +23,30 @@ hooks:
file: hooks/mycol/get_return.js
x-additional: test
fields:
- name: testfield
type: string
meta:
label:
de: test
en: test
widget: "text"
- name: testfield2
type: string
meta:
label:
de: test2
en: test2
widget: "contentbuilder"
baseHref: /mycol
- name: testfield3
type: string
meta:
label:
de: test3
en: test3
widget: "select"
choices: []