Create simple static page builder using Rich Editor

Hi there. I'd like to create a static page builder using rich editor & custom blocks. I've read the documentation but was wondering if some of you have some tutorials or examples already created and would like to share them? Thanks!
6 Replies
Heinze
HeinzeOP5w ago
Not exactly. I want my users have ability to create a custom view as their profile. Basically it’s about adding custom images, text sections & modifying its alignment , width etc
LeandroFerreira
Sorry, I don't understand what you mean or how Filament/RichEditor would work, if you don't share any code you tried
awcodes
awcodes5w ago
Personally, I would recommend using the Builder field (with preview functionality) instead with a set of pre built Blocks. Each block can represent a section with its own form / settings. It could be done with the rich editor custom blocks, but might be more trouble than it’s worth.
awcodes
awcodes5w ago
Haven’t updated it for v4 yet, but maybe this could be of use too: https://github.com/awcodes/mason
GitHub
GitHub - awcodes/mason: A simple block based drag and drop page / d...
A simple block based drag and drop page / document builder field for Filament. - awcodes/mason
Heinze
HeinzeOP4w ago
Thank you 🙏 One more question sir, are there plans to make v4 update in upcoming weeks?

Did you find this page helpful?