cliffparnitzky / backend-extended-css-editor-filter
Provides extended filter functions for the internal CSS editor.
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:contao-module
Requires
- php: >=5.3
- contao-community-alliance/composer-installer: *
- contao/core: >=3.0.0,<4.0.0-dev
This package is auto-updated.
Last update: 2024-10-14 10:52:15 UTC
README
Provides extended filter functions for the internal CSS editor.
Installation
The extension is not published in contao extension repository. Install it manually or via composer.
Tracker
https://github.com/cliffparnitzky/BackendExtendedCssEditorFilter/issues
Compatibility
- min. version: Contao 3.0.x
- max. version: Contao 3.2.x
Dependency
- There are no dependencies to other extensions, that have to be installed.
Screenshots
Extending
Adding additional filters is very easy.
Just define a new entry for $GLOBALS['TL_STYLE_SHEET_FILTER']
or $GLOBALS['TL_STYLE_FILTER']
(see `config.php``).
The key could be used for translation. The value must be a SQL query that receives one parameter. It will be inserted automatically.