mindbird / contao-ce-box
Content element with title, slogan, image, text and link.
Package info
github.com/mindbird/contao-ce-box
Type:contao-bundle
pkg:composer/mindbird/contao-ce-box
2.0.4
2026-09-21 19:53 UTC
Requires
- php: ^8.3
- contao/core-bundle: ^5.7
Requires (Dev)
- contao/manager-plugin: ^2.3.1
Suggests
None
Provides
None
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
Replaces
None
This package is auto-updated.
Last update: 2026-09-21 19:55:36 UTC
README
Custom box content elements for Contao with headlines, text, images and links.
Requirements
- Contao 5.7 or later
- PHP 8.3 or later
Installation
Install the bundle in your Contao project with Composer:
composer require mindbird/contao-ce-box
Then run the Contao database migration:
vendor/bin/contao-console contao:migrate
Content elements
The bundle adds a Boxes category to the content element picker with the following elements:
- Box: headline, slogan, text, image and optional link
- Box (headline, text): headline, text and optional link
- Box (headline, image): headline, image and optional link
- Box - Start and Box - End: wrapper elements for grouping content
Links can target either a selected Contao page or a manually entered URL.
Support
Please report issues in the GitHub issue tracker.