updated schema for contentbuilder and refactored code
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -3,3 +3,4 @@ type: string
|
||||
meta:
|
||||
label:
|
||||
de: test
|
||||
widget: "text"
|
||||
|
||||
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user