Michael
Michael
I had to do the following to get this working: Add the following to composer.json: `"conflict": { "doctrine/orm": "^2.10" }` Then: `composer update` Then: `composer req bitbag/cms-plugin`
That looks like your cache needs clearing
You are looking for the `CollectionField` rather than the Association Field. This allows you to do what you are looking for e.g. creating children of A -> B and potentially...
Hi @DAlperin , just came around to this package, could we merge this PR? The issue it's fixing is pretty quick to reproduce (just spam refresh when committing the session...
The `` issue has been fixed upstream but will need the above code snippet added as a PR once they've published a release. Issue: tailwindlabs/tailwindcss#13716 Edit: In fact, I think...