Currently when adding a new page from the page tree view the popup lists the page types as labels. It would be better to show the schema title as it is more readable.
We can solve this using the useSchema hook and lookup the titles for the schema types.
Currently when adding a new page from the page tree view the popup lists the page types as labels. It would be better to show the schema title as it is more readable.
We can solve this using the
useSchema
hook and lookup the titles for the schema types.