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
trafficstars

Obviously not an pressing issue for the initial read-only phase, but people may want to add auth. We can discuss it more in Slack.

I'd like to be able to find entries in the control panel where a specific field is blank. This is useful to check if data is missing from entries. I've...

"page builder" replicator ![image](https://user-images.githubusercontent.com/2072058/137023374-77999074-548b-4cdd-a5d4-c751ff4b7620.png) drag and drop something from one place (one replicator to another), to another does not work tried bard as well

When you have a form with attached files, they get saved to the assets. That's fine, because now you can open the entry in the cp and see the attached...

It would be nice if the `static:warm` command for warming the static cache had some kind of progress bar so we know how it's actually going on. ## Use case...

As briefly mentioned in https://github.com/statamic/ideas/issues/551#issuecomment-845297503, it would be awesome if date fields throughout the CP were to consider the current user's timezone.

In GraphQL and the REST API. Similar to how in Spatie's Laravel Query Builder package you can allow them. https://spatie.be/docs/laravel-query-builder/v5/features/filtering It would be a breaking change to have to opt...

It would be nice if we could override or add new form submission exporters on a per form level. I need to add some computed fields when the form is...

When creating more than a few asset containers, the tabs overflow the screen and become unreachable. I found a PR for collapsing the tabs but it's not working for me....

UX Improvement

I find I'm doing things like this a lot to speed up tag queries. helpers/cache.php ``` function primary_nav() { return Cache::rememberForever('primary_nav', function () { return \Statamic::tag('nav:primary')->params(['select' => 'children|title|url|sub_nav|bold'])->fetch(); }); }...