general setup
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
de: Modul Import
|
||||
en: Module Import
|
||||
id: moduleImport
|
||||
|
||||
- name:
|
||||
de: Formular
|
||||
en: form
|
||||
@@ -24,10 +25,17 @@
|
||||
de: Text
|
||||
en: Text
|
||||
id: text
|
||||
|
||||
- name:
|
||||
de: Google Maps
|
||||
en: Google Maps
|
||||
id: googleMaps
|
||||
|
||||
- name:
|
||||
de: Produktslider
|
||||
en: Product Slider
|
||||
id: productSlider
|
||||
|
||||
- !include ../fields/images.yml
|
||||
|
||||
- name: moduleImport
|
||||
@@ -47,3 +55,5 @@
|
||||
defaultCollectionViews: true
|
||||
|
||||
- !include ../fields/text.yml
|
||||
|
||||
- !include ../fields/productSlider.yml
|
||||
|
||||
74
api/collections/fieldLists/completeYourLook.yml
Normal file
74
api/collections/fieldLists/completeYourLook.yml
Normal file
@@ -0,0 +1,74 @@
|
||||
- name: products
|
||||
type: object[]
|
||||
meta:
|
||||
label:
|
||||
de: Produkte
|
||||
en: Products
|
||||
subFields:
|
||||
- name: productImage
|
||||
type: string
|
||||
meta:
|
||||
label:
|
||||
de: Produktbild
|
||||
en: Product Image
|
||||
widget: foreignKey
|
||||
foreign:
|
||||
collection: medialib
|
||||
id: id
|
||||
subNavigation: 0
|
||||
render:
|
||||
defaultCollectionViews: true
|
||||
|
||||
- name: productReference
|
||||
type: string
|
||||
meta:
|
||||
label:
|
||||
de: Produktreferenz
|
||||
en: Product Reference
|
||||
widget: foreignKey
|
||||
foreign:
|
||||
collection: bigCommerceProducts
|
||||
id: id
|
||||
subNavigation: 0
|
||||
render:
|
||||
defaultCollectionViews: true
|
||||
|
||||
- name: imageWidth
|
||||
type: number
|
||||
meta:
|
||||
label:
|
||||
de: Bildbreite
|
||||
en: Image Width
|
||||
helperText:
|
||||
de: "Höhe des Bildes in Prozent."
|
||||
en: "Height of the image in percent."
|
||||
|
||||
- name: imageHeight
|
||||
type: number
|
||||
meta:
|
||||
label:
|
||||
de: Bildhöhe
|
||||
en: Image Height
|
||||
helperText:
|
||||
de: "Höhe des Bildes in Prozent."
|
||||
en: "Height of the image in percent."
|
||||
|
||||
- name: imageTop
|
||||
type: number
|
||||
meta:
|
||||
label:
|
||||
de: Bildabstand oben
|
||||
en: Image Top
|
||||
helperText:
|
||||
de: "Abstand des Bildes zum oberen Rand in Prozent."
|
||||
en: "Distance of the image to the top edge in percent."
|
||||
|
||||
- name: imageLeft
|
||||
type: number
|
||||
meta:
|
||||
label:
|
||||
de: Bildabstand links
|
||||
en: Image Left
|
||||
helperText:
|
||||
de: "Abstand des Bildes zum linken Rand in Prozent."
|
||||
en: "Distance of the image to the left edge in percent."
|
||||
@@ -19,6 +19,27 @@
|
||||
render:
|
||||
defaultCollectionViews: true
|
||||
|
||||
- name: contentWidth
|
||||
type: number
|
||||
meta:
|
||||
label:
|
||||
de: Inhaltsbreite
|
||||
en: Content Width
|
||||
widget: select
|
||||
choices:
|
||||
- id: 0
|
||||
name:
|
||||
de: Seitenbreite
|
||||
en: Page Width
|
||||
- id: 1
|
||||
name:
|
||||
de: Normale Breite
|
||||
en: Normal Width
|
||||
- id: 2
|
||||
name:
|
||||
de: Schmale Breite
|
||||
en: Narrow Width
|
||||
|
||||
- name: columns
|
||||
type: object[]
|
||||
meta:
|
||||
|
||||
Reference in New Issue
Block a user