ideas
ideas copied to clipboard
š”Discussions on ideas and feature requests for Statamic
I tried adding an AssetPolicy class and binding it in my ServiceContainer. ```PHP $this->app->bind(\Statamic\Policies\AssetPolicy::class, AssetPolicy::class); ``` Unfortunately that does not work when returning ``false`` in the ``view()`` method.
I looked through the docs but did not find anything. It would be great if you could register/enable/disable bard sets via PHP. Something like: ```php Bard::registerSet(name: 'testimonials-v2', group: 'blocks', set:...
This is a huge request, but I think it would be really valuable to those coming from a more WYSIWYG-like editors like Gutenberg. With ACF blocks in WP, you can...
Hello, I think a lot of us could benefit from a new type of condition type. Instead of only showing/hiding a field based on a condition, I think it would...
If you run a multisite, lets call them "Site-a" and "Site-b", it's possible to write an article in "Site-a" and show it also at "Site-b". But it is not possible...
I would be great if adding an image to bard gave you the option to do any/all of the following: - Alignment - left, center, right - Justification - float...
In the same way you can give a user access to [only view collections](https://media.yep.digital/2YRhl8st), could we also have the option to view globals? No view option here: ![Google Chrome -...
### Bug description When using the dynamic folder feature, you are unable to select assets from subfolders. In the example below, I'm expecting to be able to see and navigate...
It's currently not possible to use the Protection feature alongside Static Caching. It would be nice if this was possible, even if it was only possible using half-measure static caching....
A number of our clients have had Pen tests recently which have come back with issues around rate limiting on the forms. This Includes the Statamic login and password reset...