I’m editing $:/core/ui/EditTemplate/fields
and I’m adding a <details>
below the fields table. In here I plan to put the list of all normally hidden fields.
The idea is to copy the field table code and change the filter so that only hidden fields can be displayed.
Unfortunately I’m having difficulty with this filter.
[all[current]fields[]] :filter[lookup[$:/config/EditTemplateFields/Visibility/]!match[hide]] +[count[]!match[0]] +[then[tc-edit-fields]] ~[[tc-edit-fields tc-edit-fields-small]]
I thought optimistically at the beginning that it was enough to remove the “!” in ...!match[hide]]...
But this attempt did not work and neither any other of my attempts sadly.
Could anyone help me?