forked from cms/tibi-svelte-starter
Verlinkung zu externen URLs für Article hinzugefügt.
This commit is contained in:
@@ -45,9 +45,9 @@ meta:
|
||||
meta:
|
||||
label: { de: "Allgemein", en: "General" }
|
||||
subFields:
|
||||
- source: path
|
||||
- source: locale
|
||||
- source: tags
|
||||
- source: path
|
||||
- source: priority
|
||||
- name: meta
|
||||
meta:
|
||||
@@ -125,6 +125,15 @@ hooks:
|
||||
|
||||
# Feldliste der Kollektion
|
||||
fields:
|
||||
- name: path
|
||||
type: string
|
||||
index: [single, unique]
|
||||
meta:
|
||||
hideInRoot: true
|
||||
label: { de: "Pfad", en: "Path" }
|
||||
helperText:
|
||||
de: "Der Pfad muss eindeutig sein und ohne ein Slash (/) beginnen und enden."
|
||||
en: "The path must be unique and must start and end without a slash (/)."
|
||||
- !include fields/_locale.yml
|
||||
- name: tags
|
||||
type: string[]
|
||||
@@ -145,15 +154,6 @@ fields:
|
||||
name: "name"
|
||||
params:
|
||||
sort: "name"
|
||||
- name: path
|
||||
type: string
|
||||
index: [single, unique]
|
||||
meta:
|
||||
hideInRoot: true
|
||||
label: { de: "Pfad", en: "Path" }
|
||||
helperText:
|
||||
de: "Der Pfad muss eindeutig sein und ohne ein Slash (/) beginnen und enden."
|
||||
en: "The path must be unique and must start and end without a slash (/)."
|
||||
- name: priority
|
||||
type: number
|
||||
meta:
|
||||
|
||||
Reference in New Issue
Block a user