Frederik Sauer

Results 29 issues of Frederik Sauer

**Is your feature request related to a problem? Please describe.** Running `composer install` with v2 will cause these errors: ``` ➜ cms git:(master) composer install -d statamic The "kylekatarnls/update-helper" plugin...

**Describe the bug** Given the extension rule `ext:jpg,png` you're allowed to select `example.apng` but not `example.PNG`. **To Reproduce** Steps to reproduce the behavior: 1. Add an image field to the...

In order to better layout fields, please add the "missing" tailwind classes to the mappings. ```javascript global.tailwind_width_class = function (width) { const widths = { 17: '1/6', 20: '1/5', 25:...

Running `composer install` within the Statamic folder and `open_basedir` restriction enabled, will cause the site to hit an internal 500 error. The problem lies within `composer.json` in this section: ```json...

**Is your feature request related to a problem? Please describe.** Since `StacheServiceProvider` is marked as deferred, it's impossible to use `Stache` in an addon's `boot` method for its service provider,...

**Is your feature request related to a problem? Please describe.** Currently you need to override the body cell to set `auto-width`, which is cumbersome if you're working with dynamically created...

kind/feature 💡

### Bug description In `config/filesystems.php` the `assets` disk remains when running `php please site:clear`, which results in the `public/assets` and `public/img`(static files) aren't pruned. If you then migrate a site...

assets

Since `earliest_date` and `latest_date` are already parsed through Carbon, allowing for relative values like `now`, `tomorrow`, `+2 months` etc., it would be nice to be able to specify `Allow relative...

Being able to specify CRUD permissions down to blueprint level would be a nice addition, so clients fx. can't create or delete more frontpage pages.

It would be really nice if blueprint would be shown as a badge when viewing a collection tree, so you know what kind of page you're dealing with. Similarly, it...