diff --git a/api/collections/content.yml b/api/collections/content.yml index 49b203d..437f85f 100644 --- a/api/collections/content.yml +++ b/api/collections/content.yml @@ -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: diff --git a/src/components/widgets/Article.svelte b/src/components/widgets/Article.svelte index 426a80c..d690cfb 100644 --- a/src/components/widgets/Article.svelte +++ b/src/components/widgets/Article.svelte @@ -1,5 +1,6 @@