Block Builder is a Concrete5 addon that lets you easily create your own custom blocks (with one optional set of repeatable entries).
Requirements
Min. Concrete5 version: 5.8.2.1
PHP 5.5.9+ (PHP7+ is recommended)
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 field
- Textarea
- WYSIWYG Editor
- Select field
- Link with Type Selection
- Link from Sitemap
- Link from File Manager
- External Link
- Image
- HTML Editor
- Date Picker
- You can create blocks based on configuration of previously created blocks