I have a toggle “hideOnHomepage” in a page blueprint. It is set to “false” by default and there are some pages that have it set to “true”.
In the blueprint of the parent page i want wo display all the containing pages in a table view. In this table view all the toggles are set to “true” which is not correct.
hideOnHomepage:
label: Auf Startseite ausblenden
type: toggle
default: false
text:
- Nein
- Ja
When i set “type” to “text” then it looks like your example and the values are shown correctly.
hideOnHomepage:
label: Auf Startseite ausgeblendet
type: text
Nonetheless i prefer the view with the toggles which i can set from the parent blueprint because that would be an easy way to manage this setting for all the subpages but of course i want to see the correct values.
I’m having the same issue where custom text on a toggle field won’t show in a page table layout, it shows default text ( on/off).
Should i write a github issue for this ?