ideas icon indicating copy to clipboard operation
ideas copied to clipboard

Disable routing for taxonomies

Open bogaertmi opened this issue 1 year ago • 1 comments

Would it be possible to expose an option to disable the taxonomy routes. Preferable with the option to still keep slugs, for usage with eg. indexing for search.

To be able to hide the “visit url” & “live preview” buttons in the taxonomy term in the CMS.

Currently have to overload the Statamic/Taxonomies/LocalizedTerm.php class for the function "route" to achieve this.

Thanks!

bogaertmi avatar Mar 20 '24 08:03 bogaertmi

Seems like this could be easily done if/when https://github.com/statamic/cms/pull/8627 merges, then similar to collections when there are no routes these buttons disappear?

ryanmitchell avatar Apr 02 '24 17:04 ryanmitchell