Zuweisung von Artikeln zu Seiten möglich. Somit werden keine Content-Blocks mehr benötigt und alle Artikel können über die articles-Collection gepflegt udn zugewiesen werden.

This commit is contained in:
2022-06-14 10:30:40 +02:00
parent 05fe698af6
commit ee7ed0db1f
8 changed files with 42 additions and 30 deletions

View File

@@ -141,10 +141,10 @@ fields:
helperText:
de: "Sind mehr als ein Stichwort mit einer Seite verknüpft, führt die Priorität (z.B.: eine Zahl von 0..10..x) der gefundenen Seiten zu einer automatischen Vorauswahl aus den gefundenen Seiten."
en: "If more than one keyword is linked to a page, the priority (e.g. a number 0..10..x) of the pages found leads to an automatic preselection from the pages found."
- name: blocks
type: object[]
meta:
label: { de: "Artikel dieser Seite", en: "Page Articles" }
collapse: { titleFieldName: "article.content.title" }
subFields:
- !include fields/_article.yml
# - name: blocks
# type: object[]
# meta:
# label: { de: "Artikel dieser Seite", en: "Page Articles" }
# collapse: { titleFieldName: "article.content.title" }
# subFields:
# - !include fields/_article.yml

View File

@@ -58,7 +58,7 @@ subFields:
choices:
endpoint: "content"
mapping:
id: "id"
id: "path"
name: "path"
params:
sort: "path"