Jonas Siewertsen
Jonas Siewertsen
An Issue came up on Discord: ```php class ServiceProvider extends AddonServiceProvider { protected $stylesheets = [ __DIR__.'/../resources/css/admin-styler-base.css' // Under the hood, Statamic::style() will be called. The name // `admin-styler` will...
1️⃣ Is this something that is wanted/needed? Did you create an issue / discussion about it first? The discussion has been pretty active: https://github.com/livewire/livewire/discussions/3812 2️⃣ Does it contain multiple, unrelated...
I added PHP 7.4 support to Shiki, so tiptap-php does work with PHP 7.4 as well https://github.com/spatie/shiki-php/releases/tag/1.3.0
We would wish for an option to make an Entry Status extendable. I would guess we might need an extendable PHP and Vue solution, depending on how this should work....
### Bug description At the moment, all OAuth redirects are hardcoded to the Statamic Dashboard. So redirects are not working correctly. https://github.com/statamic/cms/blob/3.4/resources/views/auth/login.blade.php#L16 It would be helpful if a custom url...
Honestly, syncing booleans is as easy as it gets. Anyways, it's hard to find it in the docs, as those start right away handling more complex things. You won't find...
Pretty funny, but the Symfony Intl does lead to Problems with the Statamic core. More information can be found here: https://github.com/statamic/cms/issues/3626
I do see that there's already a PR for that. Just in case somebody else needs Version 12, I created a workaround, until there has been time to update officially....