generated from cms/tibi-docs
zwischenstand
This commit is contained in:
@@ -1,16 +1,49 @@
|
||||
# attribute auf column ebene
|
||||
|
||||
- name: contentType
|
||||
type: string
|
||||
meta:
|
||||
label: ""
|
||||
label:
|
||||
de: Inhaltstyp
|
||||
en: Content Type
|
||||
widget: select
|
||||
choices:
|
||||
- name: Bild
|
||||
id: image
|
||||
- name:
|
||||
de: Bilder
|
||||
en: Images
|
||||
id: images
|
||||
|
||||
- name: Modul Import
|
||||
- name:
|
||||
de: Modul Import
|
||||
en: Module Import
|
||||
id: moduleImport
|
||||
- name:
|
||||
de: Formular
|
||||
en: form
|
||||
id: form
|
||||
|
||||
- name: Text
|
||||
- name:
|
||||
de: Text
|
||||
en: Text
|
||||
id: text
|
||||
- name:
|
||||
de: Google Maps
|
||||
en: Google Maps
|
||||
id: googleMaps
|
||||
- !include ../fields/images.yml
|
||||
|
||||
- name: moduleImport
|
||||
type: string
|
||||
meta:
|
||||
label:
|
||||
de: Modul Import
|
||||
en: Module Import
|
||||
dependsOn:
|
||||
eval: $parent.contentType == 'moduleImport' || $parent.contentType == 'form'
|
||||
widget: foreignKey
|
||||
foreign:
|
||||
collection: module
|
||||
id: id
|
||||
subNavigation: 0
|
||||
render:
|
||||
defaultCollectionViews: true
|
||||
|
||||
- !include ../fields/text.yml
|
||||
|
||||
Reference in New Issue
Block a user