Verlinkung zu externen URLs für Article hinzugefügt.

This commit is contained in:
2022-06-15 08:57:51 +02:00
parent 25a39dfac0
commit 65e8b7ffc8
5 changed files with 52 additions and 12 deletions

View File

@@ -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: