lukasbableck/contao-more-backend-widgets-bundle

This bundle adds backend widgets/inputTypes which can for example be used in other extensions or in RockSolid Custom Elements.

1.1.0 2024-11-04 07:18 UTC

This package is auto-updated.

Last update: 2025-01-04 08:14:23 UTC


README

This bundle adds backend widgets/inputTypes which can for example be used in other extensions or in RockSolid Custom Elements.

Currently the following widgets are available:

  • charPicker
  • number
  • range

Usage

...
'inputType' => 'number' // or any other widget from the above
...

Widgets

charPicker

This is used by lukasbableck/contao-title-description-bundle.
It is intended to be used in combination with a JS script and wont do anything on its own.
The widget is not designed to save any value in the database.

image

number

Supports min and max attributes via eval.minval/eval.maxval and step via eval.step.

image

range

Supports min and max attributes via eval.minval/eval.maxval and step via eval.step.

image