Lukas Kleinschmidt
Lukas Kleinschmidt
You can actually use both approaches. The field will check weather you used **option 1** or **option 2**. Personally i like the second approach more because it is a cleaner...
Thats correct. Also i would recommend using the `hide` option for that. ``` yml title: Modules pages: template: - module.text - module.gallery hide: true fields: title: label: Title type: text...
The structure field is not the only problem. Since modules are pages you would also lose the context for the module assets (images, files etc.). Inline editing is not something...
I can confirm this issue in one of my projects as well and can also confirm the same issue with site posted by @platers above. From my end, the problem...
Oh wow. Thank you for putting so much effort into this and for the kind words 🙂 Currently a bit swamped and also still need to write docs for the...
I updated to the latest version and the issue still persists
This issue still persists.
It was only an issue when running `vite dev`. Once bundled the order of the layers was correct. I also gave your fix a try locally and it seems to...
Mainly messing up the version in the `index.php` does not mess up anything in composer. A version mismatch from a release tag and the version specified in the `composer.json` often...