I have a pages section on my project page that shows all the children (projects). Each project has a toggle field called “featured”. I want the column to show in the overview so you’re able to see how many and what projects are featured.
The blueprint below shows that toggle as an editable toggle field in the table. However, toggling it, doesn’t update the project page (on reload it resets). Is one of these solutions possible:
- Update the child after a change is made in the overview
- Show the field but just show on or off without the ability to update the child after change.
projecten:
type: pages
status: listed
layout: table
columns:
featured: true
limit: 100
image:
query: page.thumbnail.toFile
cover: true