I want to create a new column in a table layout, that you can click to edit the page. Is this possible? I can’t seem to mix html and the kirby tag in the value option.
This is what I have:
trees:
type: pages
label: Trees
layout: table
text: false
columns:
id:
label: Tree ID
value: "{{ page.title }}"