Ben Thomson
Ben Thomson
@alekseyp it doesn't appear to be random - it's the ID of the record in the `cms_theme_data` table, which is created when you have customisable data in your theme. It's...
If example 2 or 3 are not working, then it's a bug. Using both `blocks` and `tags` in an `allow` definition should be an OR condition (to be included, the...
Closing as there has been no follow up. If the issue persists, please provide further context and we'll be happy to re-investigate.
@mjauvin the backend build of Snowboard does use some utilities that need styling (Flash, Stripe Loader, Transition). Also, I'm thinking it might be better that we try and hook up...
I've submitted an alternate way of handling this - #1235. I've seen one plugin manually including the `framework.extras` (Test plugin), so I'm leaning towards it was only meant to be...
We'll close this for now, as there's been no follow up. If the issue persists and you can provide us more info on how to replicate the issue, we'll be...
> The fact that you have to commit the compiled assets. (It’s not yet obvious to me why there is not a php artisan winter:init command of some sorts (Potential...
@wverhoogt yes please, we'll need to drop PHP 8.0 from the workflows on here and on your Storm PR too.
@lex0r technically you can just use the `addScopes` method alone to modify an existing scope. Unless I missed it, there's no check for duplicate scope names when using that method,...