Forum

Thread tagged as: Question, Add-on-development

Creating regions via CMS

I need a CMS for a landing page builder where users can create a page, then create areas and add modules to them, as well as change the order of these areas and the modules within them. In Perch, is it possible to create regions on a page directly from the CMS and change their order? Or would it be possible to extend Perch using the Developer API to add this functionality?

Mark Wojtul

Mark Wojtul 0 points

  • 6 years ago

A combination of Blocks and Repeaters should do what you want, if I am understanding correctly:

https://docs.grabaperch.com/docs/templates/blocks/

https://docs.grabaperch.com/docs/templates/repeaters/

Wow, I had no idea Blocks existed, but it looks like exactly what I need. Looks like you can basically do Block --> Item --> Repeater if I'm reading that correctly.

Thanks!