Block Builder

Block Builder is a free Concrete5 addon that lets you easily create your own custom blocks (with one optional set of repeatable entries).


Requirements

Latest version of Block Builder requires Concrete version 9.2.0 or higher and is compatible with PHP 8.

 

For concrete5 8.2.1+ use the highest version of 1.x.x branch.

Latest version of php is recommended but not required (check concrete5 requirements).
 

GitHub: https://github.com/parasek/c5-block-builder

Concrete5 Marketplace: https://www.concrete5.org/marketplace/addons/block-builder

 

If you are looking for version suited for Concrete5.7, check Block Builder Legacy. It has almost the same functionality but uses pre-8.0 code/api.


Features

This addon is made for developers. It allows you to quickly create skeleton for your block, but you still need to manually add some custom css/html code in view.php.

  • Build custom Concrete5 blocks in your dashboard using user-friendly interface
  • Generated blocks can have up to 2 tabs:
    • Basic information (non-repeatable fields)
    • Repeatable entries (one set of repeatable fields)
  • Multiple field types available:
    • Text
    • Number
    • Textarea
    • WYSIWYG Editor
    • Single Choice Field
    • Multiple Choice Field
    • Flex Link
    • Link from Sitemap
    • Link from File Manager
    • External Link
    • Image
    • Express
    • File Set
    • HTML Editor
    • Date Picker
    • Color Picker
    • Icon Picker
  • You can create blocks based on configuration of previously created blocks


DOCUMENTATION