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

Statamic has a great permission system that works perfectly on the backend-level. But I regularly stumble upon situations where the editing experience kind of lacks behind: - Users that are...

Recently we had a content editor accidentally upload a large .psd file directly into the CP via the Assets screen. This mean that all the individual field validation rules were...

It is impossible to render the labels defined on a keyed array field in templates. Assume the following field: ```yaml handle: stakeholders field: mode: keyed keys: visualisierung: Visualisierung freiflaechenplanung: FreiflÀchenplanung...

Currently on the users listing screen there is no ability to filter, only search. I'd like to be able to add filters similar to other listing screens. Perhaps default filters...

Just a thought, but I think the breadcrumbs tag data should contain an indication of whether the current view is a 404 error, or other error response code. My opinion...

Hello gentleman, atm we dig into image handling/manipulation a little deeper and i want to ask/discuss some topics: 1. If we use asset cache and presets, we will run into...

We would wish for an option to make an Entry Status extendable. I would guess we might need an extendable PHP and Vue solution, depending on how this should work....

It'd be great if the nav builder supported taxonomies. I'm working on a multi language site and I need to add German translated taxonomy terms to the nav... and it's...

I would like a way to set the origin id in the cp when my customers make new pages they often get the wrong origin ids so i have to...

Say I create a `bacon` blueprint in `resources/blueprints` with all the fields etc. Inside an addon, or anywhere else, I can get that blueprint by doing `Blueprint::find('bacon')`. However, if I...