Muris Ceman
Muris Ceman
Hi @crearis, thank you for your heartwarming words and for being part of this journey!
Registration wasn't included in the core because it requires business logic and verification steps (like email verification). I'll see to add this as a plugin next year. For now, you...
Thank you for reporting this. I'll check if I can disable transitions from the module so you don't need to create middleware for that.
I don't think this is possible. Pruvious directly manages the database schema through a database connection. However, in the upcoming version 4, the ORM will be abstracted from the CMS...
Thank you for reporting the bug. I cannot reproduce it on my end, but I suspect it's related to the console warning you're receiving. Could you please try modifying the...
Hey! I just tried your example, and it works as expected for me: I also removed the `` elements surrounding ``: ```vue ```
Generally, you can get the number of blocks in a slot like this: ```vue {{ $slots.left?.()[0].props?.blocks.length }} {{ $slots.right?.()[0].props?.blocks.length }} {{ $slots.default?.()[0].props?.blocks.length }} ```
Ah, I see now. The `` component probably just checks if there's a slot provided at all on the column elements, which is always true in your `` block because...
Hi! Currently, the only way to achieve this is through the repeater field. Although a 'gallery' field does not exist at the moment, an alternative to improve the UX would...
Structure-like fields will be available in Pruvious v4. There will be `repeater`, `object`, `nullableObject`, `map`, and `structure` fields. Here is some context and a comparison of their field values: ####...