ideas
ideas copied to clipboard
š”Discussions on ideas and feature requests for Statamic
Multisite is something that needs a lot of love and care. I love Statamic but unfortunately it's creating a lot of difficulty for us on our large website with multiple...
When creating a new form `/cp/forms/create`, it would be great to have predefined blueprints to select from. I'm thinking of a dropdown like in the form config page where we...
I've got a replicator with a form set that lets my client choose the form to display on any given page. However, certain forms shouldn't be selectable. It would be...
This is an idea for a theoretical issue, that I did not encounter yet, but it could happen. Consider the following: You create a new custom repository to do something...
It would be great if we could bundle custom/addon CP assets with Vite instead of Mix. I've taken a look at it and and got 90% of the way there,...
In Statamic 2 I was doing: ```twig {{ bard_field | flatten | join | strip_tags | read_time }} ``` But in Statamic 3 the data structure has change and it's...
I have a use case (which I'll explain below) where it would be useful to be able to order queries by fields on related entries/terms/assets/etc. ## Example To retain similarity...
I would really love to be able to access and display the "static" parts of a Blueprint/Fieldset. Something like `My-Field:display` and `My-Field:instructions` would be super useful to avoid having to...
Something like this would be cool: ``` {{ array | unset(1) }} {{ array | unset('keyname') }} {{ array | unset('value') }} {{ array | push('value') }} {{ array[2] =...
Entries have nice hook support (https://statamic.dev/extending/hooks#available-hooks), but globals don't. Would be great to have the same hooks for globals, too?