forked from cms/tibi-svelte-starter
Weitere Verbesserungen des Starter Projekts für neue Projekte.
This commit is contained in:
@@ -24,14 +24,18 @@ meta:
|
||||
mediaQuery: "(max-width:599px)"
|
||||
primaryText: path
|
||||
columns:
|
||||
- name
|
||||
- path
|
||||
- source: path
|
||||
twig: "{{locale}}{{path}}"
|
||||
- source: locale
|
||||
type: flag
|
||||
# Desktop
|
||||
- type: table
|
||||
mediaQuery: "(min-width:600px)"
|
||||
columns:
|
||||
- name
|
||||
- path
|
||||
- source: path
|
||||
twig: "{{locale}}{{path}}"
|
||||
- source: locale
|
||||
type: flag
|
||||
|
||||
imageFilter:
|
||||
xs:
|
||||
@@ -102,6 +106,7 @@ hooks:
|
||||
|
||||
# Feldliste der Kollektion
|
||||
fields:
|
||||
- !include fields/_locale.yml
|
||||
- name: name
|
||||
type: string
|
||||
meta:
|
||||
|
||||
Reference in New Issue
Block a user