Aktualisieren der auszugebenden Daten-Spalten (fieldviews) in der neuen LinkedEntries Komponente.

This commit is contained in:
Mario Linz 2022-07-01 09:08:56 +02:00
parent dbbd7c63ed
commit 345ecb6177

View File

@ -178,7 +178,12 @@ fields:
params:
sort: "article.general.publish_date.from"
filter: { "article.assignments.pages": { source: "path" } }
template: { twig: "<div>{{ article.content.title }}</div><div>{{ article.general.locale }}</div>" }
template: { twig: "<td>{{ article.content.title }}</td><td>{{ article.general.locale }}</td>" }
fieldviews:
- { source: article.general.public, type: boolean }
- { source: article.content.title, widget: text }
- { source: article.general.type, widget: select }
- { source: article.general.locale, widget: flag }
- name: tags
type: string[]
meta: