Emin
Emin
Are there currently any direct known drawbacks compared to flattening?
I have the same issue. It seems it keeps recompiling over and over again.
I think I figured it out. ```haml %fieldset .legend Section 1 != Former::text('content[section1][heading]') != Former::text('content[section1][body]') ``` And then on the model: ```php protected $casts = [ 'content' => 'array', ];...
I have made width and height columns in the DB table nullable. That kinda solved the problem, and now svg files are uploadable in an image field. But then I've...
I ran into this issue a few days ago. I noticed it in the email being sent out. For the text version of the email I solved it by piping...
@jhotujec That solution doesn't work for me. I get this error now instead: ``` 2023-06-05 13:55:52 (node:139) Warning: To load an ES module, set "type": "module" in the package.json or...
Until we get this in core, these work pretty well. https://github.com/eminos/statamic-tabs https://github.com/eminos/statamic-group
More insights: - Adding an entry "solves" the issue. I can then reload the Collections -> Pages page many times without issues. - As soon as I do `php artisan...
@jasonvarga is there a known workaround for this? I'd like to start creating websites on v5 🙂❤️