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.
Installs: 30
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^8.1
- contao/core-bundle: ^5.3
Requires (Dev)
- contao/manager-plugin: ^2.0
- friendsofphp/php-cs-fixer: ^3.57
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
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.
number
Supports min and max attributes via eval.minval/eval.maxval and step via eval.step.
range
Supports min and max attributes via eval.minval/eval.maxval and step via eval.step.