ideas
ideas copied to clipboard
š”Discussions on ideas and feature requests for Statamic
I use remote storage for asset container disks, e.g.: ``` // content/assets/images.yaml title: Images disk: do_spaces_images ``` I want to use local storage when developing as it's much faster on...
Hey ! I've been trying to use [static caching](https://statamic.dev/static-caching) on my dockerized statamic app and it seems like the current implementation always tries to hit localhost, meaning it's impossible to...
The work from statamic/cms#9815 is a _great_ idea from @godismyjudge95, however, Jason noted there's some complexity to implement these methods into Statamic as-is. Totally understandable, so I wanted to create...
Not sure what it'd look like, but might be nice to add Statamic support to [Laravel Boost](https://github.com/laravel/boost).
It would be very helpful to have the ability to programmatically create presets for the Listing component. This would allow addons or custom listing tables to define their own persistent...
As discussed on Discord, we are trying to find a robust solution for singular pages. For example the homepage, a news overview or maybe even a contact page. There should...
### Bug description In an update script you often want to do "addon" things like update the setting, etc. Right now you have to do this: ```php Addon::get('transformstudios/events') ->settings() ......
I like how the Statamic logo and logo text is used together in the header. It would be great to use a custom logo the same way. Together with the...
The `AssetReferenceUpdater` handles all the built-in fieldtypes, but doesn't have a way to update custom fieldtypes. This means that asset values either stored directly in a custom field, or in...
Has there been any discussion on "control panel, listing/table view, inline editing"? Would be great if you could edit entries in the listing/table view (in some cases). Some fieldtypes could...