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

Would be great if the intelligence tools could jump around the code, but it can't when the vars have no type hints. For example these: ```php protected $stache; protected $paths;...

feature request
Developer UX

Could please add the expiration date to the sites listing? https://statamic.com/account/sites The possibility to change the sorting would be nice, too.

Statamic.com / Marketplace

Sometimes you only want a subset of your form submissions exported, let's add a date range picker to both CSV and JSON (and maybe custom ones?)

Hi all, I am executing the following query: `$this->getAugmentedValue(Collection::find('skills')->queryEntries()->where('status', 'published')->get())` In order to get the entries of the collection "skills". in fact, "skills" is a structured collection; _i.e.:_ there is...

This comes from Discord thread: https://discord.com/channels/489818810157891584/489818810157891586/threads/1213071076838346812 Add "entries" field to blueprint where the titles of the entries are editable. Just like how navigation works right now. This makes it easier...

It'd be great to get access to the underlying asset data in custom field conditions of asset blueprints. Currently, we only get access to the values of other fields in...

As from my help request in the Discord Server: Is there a way to prevent concurrent logins? At the time several people can be logged in with the same account...

Would be awesome if Antlers supported the continue and break control structures: https://www.php.net/manual/en/control-structures.break.php https://www.php.net/manual/en/control-structures.continue.php Currently if you have a loop and you want to skip an item: ```antlers {{ posts...

Currently Statamic listens to the save events on entities, assets etc., and runs the sync instantly. This works, but is really inefficient if you save a lot of items, as...

Currently you can set a bard or replicator to always expand or collapse all sets on page load. It would be handy if it was possible to override that per...