-
### Bug description
I have set following config in asset
```php
// config/statamic/assets.php
'route' => 'img',
'secure' => false,
'cache' => true,
'cache_path' => public_path('img')
```
…
-
### Bug description
When you have replicator/bard set picker with a few groups the picker can switch above/below the plus button.
![gif](https://github.com/statamic/cms/assets/69107412/9a580a14-3738…
-
## Bug Description
Hitting the escape key to close the drawer will still persist data inside the drawer. Since it works with the vue store, I am not sure if this is just ‘how it works’, or whether it…
-
**Is your feature request related to a problem? Please describe.**
Sometimes you want to output pages in the order they have in the tree, but currently sort done by order is flattened, so hierarchy i…
-
Is it possible to detect if there's no Gravatar? I would like to use a custom fallback, rather the ones provided by Gravatar.
(I see this repo has been quiet for a long time, but it works great on th…
-
### Bug description
I'm trying to use Glide, Statamic Tag's and a CDN on a project.
However what I'm finding is that the use of Glide with a CDN, seems that it does not use the cache and always …
-
### Bug description
If you are generating an entry's title using the collection's `title_format` option, the slug is only updated after the entry is saved. This is leading to the issue illustrated in…
-
I want to move from Statamic to Aloia for a very small website that needs translations.
Statamic's pro pricing is not justifiable for this website's size.
Aloia seems to a be a perfect fit, if it …
-
It would be nice if there was a way developers could override the saving of form submissions. Similar how they could in v2 with the `Form.submission.creating` event.
## Use Case
I'm porting over…
-
As of Laravel 7, it is possible to specify a column to use instead of the default ID behavior when defining a route dynamic parameter.
Laravel example:
```php
Route::get('api/posts/{post:slug}'…