ideas icon indicating copy to clipboard operation
ideas copied to clipboard

šŸ’”Discussions on ideas and feature requests for Statamic

Results 299 ideas issues
Sort by recently updated
recently updated
newest added

Today I ran into a situation that the Statamic Control Panel was not working, due to a NavItem object not being able to successfully call the function resolveChildren(). The exact...

It would be really helpful if it is also possible to set a condition for a fieldset in the CMS. It is now only possible on normal fields. Example: If...

It would be great if the Range Fieldtype had a toggle that allowed you to accepted non-integer values. Since native `` elements can accept floats, AFAIK it shouldn't cause any...

It's currently only possible to delete users from the User table view. This adds a lot of friction when you have thousands of users as you have to navigate through...

## Bug Description After creating https://github.com/statamic/cms/issues/1676 (a field called `url` will lose its value in the Content API) I tried to rename the field to `external_url` to avoid the clash...

Apologies if this has been requested already. I have rules to invalidate all entries when my primary navigation changes, however, if an entry within my primary navigation is unpublished then...

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...

I run an installation with dozens of sites (with their own domains). Sometimes cache needs to be cleared. It would be great to just be able to clear the cache...

Context : I have been asked to add login/register and reset_password form via popups so every form are rendered on the same html pages Problem : When a form encounters...

Would be nice if addons had access to the back end routes (like w/ Ziggy or something) so we didn't have to hard code our routes: ``` this.$axios.delete(cp_url(`akismet/spam/${this.form}/${id}`)) ```

Developer UX