Download the PHP package parasek/block_builder without Composer
On this page you can find all versions of the php package parasek/block_builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download parasek/block_builder
More information about parasek/block_builder
Files in parasek/block_builder
Package block_builder
Short Description Block Builder is a Concrete CMS addon that lets you easily create your own custom blocks (with one optional set of repeatable entries).
License MIT
Homepage https://github.com/parasek/concretecms-block-builder
Informations about the package block_builder
Block Builder
Block Builder is a free Concrete CMS addon that lets you easily create your own custom blocks (with one optional set of repeatable entries).
How to support this project
If you like Block Builder and want to support development of this addon, feel free to star GitHub page, rate addon on Concrete CMS Marketplace or donate via Paypal.
Reporting errors via GitHub Issues or Marketplace support forum is always appreciated.
Requirements
Latest version of Block Builder requires Concrete version 9.2.0 or higher and is compatible with PHP 8.
For Concrete 8.2.1+ use the highest version of 1.x.x branch.
Concrete CMS Marketplace: https://www.concrete5.org/marketplace/addons/block-builder
GitHub: https://github.com/parasek/c5-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.
Install the latest version with Composer
composer require parasek/block_builder
When using Concrete5.8
composer require parasek/block_builder:^1.4.0
Features
This addon is made for developers and site builders. 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 Concrete CMS 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