Search by

mindbird / contao-ce-box

Wusch

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

Statistics

Installs: 223

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

2.0.4 2026-09-21 19:53 UTC

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.