You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have now come across the scenario a few times where the UX with the InputfieldPage field is not optimal.
An example of the InputfieldPageListSelectMultiple. If the option ‘Allow unpublished pages’ is activated, the user unfortunately cannot see which page has which status. Example:
It would be nice if the unpublished pages were labelled when this option is active. Both in the title and with a CSS class for styling. Example:
So far I solve this with a HookAfter on InputfieldPageListSelectMultiple::render and simply add the two lines of code:
But there are also other InputPage selects and I don't really want to create a hook for every mode. Can you set the labelling by default? Also for Radio, ASMSelect, Page Autocoplete etc.?
Background: pages are linked, for example, but are published and unpublished on a time-controlled basis. However, as already mentioned, the editor cannot recognise which of the linked pages has which status.
The text was updated successfully, but these errors were encountered:
I have now come across the scenario a few times where the UX with the InputfieldPage field is not optimal.
An example of the
InputfieldPageListSelectMultiple
. If the option ‘Allow unpublished pages’ is activated, the user unfortunately cannot see which page has which status. Example:It would be nice if the unpublished pages were labelled when this option is active. Both in the title and with a CSS class for styling. Example:
So far I solve this with a HookAfter on
InputfieldPageListSelectMultiple::render
and simply add the two lines of code:But there are also other InputPage selects and I don't really want to create a hook for every mode. Can you set the labelling by default? Also for Radio, ASMSelect, Page Autocoplete etc.?
Background: pages are linked, for example, but are published and unpublished on a time-controlled basis. However, as already mentioned, the editor cannot recognise which of the linked pages has which status.
The text was updated successfully, but these errors were encountered: