ideas icon indicating copy to clipboard operation
ideas copied to clipboard

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

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

Right now I have a few use cases where users of the site have to work together to publish content. So basically there is someone who will fill out the...

This PR added sections to forms in the GraphQL API: https://github.com/statamic/cms/pull/11466 They are missing the REST-API though.

**Context and description of the problem** I'm using a structured collection (magazines) to organise many entries. Every top-level entry (a magazine) usually has the same structure, resulting in many entries...

Add a mechanism for adding configuration fields within sections (along with the section display label and instructions) when adding the configuration fields to existing fieldtypes (i.e. [https://statamic.dev/extending/fieldtypes#adding-configuration-fields-to-existing-fieldtypes](https://statamic.dev/extending/fieldtypes#adding-configuration-fields-to-existing-fieldtypes)), similar to how...

We'd like to add a custom querystring or a custom hash value at the end of the url of an Entry selected in the Link fieldtype.

I have built multi-step forms with a custom JS driver and controller for validating each step. However, a tricky part is when a specific radio field option is selected and...

Hi guys, I wanted to do some stress testing with statamic (to see how much data it can hold): here's my **playground API url**, at cold start (meaning after some...

I’d like to propose the idea of defining fieldsets directly within templates. To illustrate how this could work, let’s dive into an example: ```antlers {{ buttons field="{fieldset:call-to-action,type:grid,title:Buttons,fields:{action_title:{title:Action Title},href:{type:link,title:Action Link,collections:[collection1,collection2],required}}}" }}...

While setting the correct Nginx config will reduce usefulness we can improve speed by setting a cache control header if our page is served from cache, or can be/will be/has...

I think many users may need or expect icon field type to act like an SVG tag by default. Or may need to use the path of the file in...