Closed lukasleitsch closed 8 months ago
Another workaround is to overwrite the info field in the recipes.yml
tabs:
recipes:
sections:
drafts:
info: "{{ page.categoryTitle }}"
published:
info: "{{ page.categoryTitle }}"
unlisted:
info: "{{ page.categoryTitle }}"
Yeah, lets better remove this hack and just output everything directly. AFAIK, in recent versions of Kirby, there’s also a table mode for listing pages, so there’s no need for any workarounds any longer for displaying advanced page info.
The inline CSS in the panel list info breaks in Kirby 3.9.6.1. I guess that the string will be escaped.
A workaround could be to remove the inline css and output the cuisine field directly like the category. Example:
category, cuisine
@fabianmichael What do you think?