statamic / ideas

💡Discussions on ideas and feature requests for Statamic
https://statamic.dev
30 stars 1 forks source link

Allow for marking blueprints in custom namespaces as "Hidden" #1175

Open duncanmcclean opened 3 weeks ago

duncanmcclean commented 3 weeks ago

On most blueprints, like those for collections & taxonomies, there's an option on the edit page to mark the blueprint as "Hidden".

CleanShot 2024-06-06 at 16 36 16

However, the hidden toggle isn't shown for "custom namespaces" (eg. those registered with Blueprint::addNamespace();.

In my case, with Runway, it would be nice to show this option since hiding a resource's blueprint now correlates to whether the "Create" button is displayed or not (ref: statamic-rad-pack/runway#508).

Just leaving this here as a reminder to come back to.