Komponenten StyleManager

oveleon/contao-component-style-manager
file_download 257 star 6

arrow_back

Mit dieser Erweiterung kannst Du auf einfache Weise eigene CSS-Klassen in Gruppen und Kategorien verwalten, welche in Layouts, Seiten, Artikeln, Modulen, News, Events, Formularfeldern und Inhaltselementen eingesetzt werden können. Erstellte Kategorien und deren Gruppen können bei Bedarf an das Template übergeben und von diesem entgegengenommen werden, was viele Möglichkeiten eröffnet, wofür diese Erweiterung genutzt werden kann.
2.2.0
257
6
MIT
contao-bundle
---
1582206037
oveleon
Version Freigabe-Notizen und Änderungs-Log
3.5.0 ## What's Changed
* Twig support by @doishub in https://github.com/oveleon/contao-component-style-manager/pull/97


**Full Changelog**: https://github.com/oveleon/contao-component-style-manager/compare/3.4.3...3.5.0
3.4.3 ## What's Changed
* Skip migrations for non-existing style-manager groups (#84) by @zoglo in https://github.com/oveleon/contao-component-style-manager/pull/96


**Full Changelog**: https://github.com/oveleon/contao-component-style-manager/compare/3.4.2...3.4.3
3.4.2

Bugfix



- Fixed an issue where stylemanager widget would not remember the state in Contao 5.x https://github.com/oveleon/contao-component-style-manager/issues/93


**Full Changelog**: https://github.com/oveleon/contao-component-style-manager/compare/3.4.1...3.4.2
3.4.1

Bugfix



- Fixed an issue with overriding values from bundle configs through the style manager archive https://github.com/oveleon/contao-component-style-manager/pull/90/commits/0bf720b66bf36c25a199e5e7089679851d3d945c
> if an option was not found, the first value has been overwritten due to array_search returning false, hence searching for the first key '0' within the classes array
3.4.0

Addition



- added Dark-Mode for Contao ^5 5469b5f0128fa0ee588ca6fab3ca551c5fa29636
- rework partial import aded55f70af84b96aac6c7cff8ede8e4fd4d3381

Bugfixes



- Set timestamp when importing stylemanager configurations bd5f31dee82d854b8a31ecd22f3a60219c21532a
3.3.0

Update



- drop support for PHP 7
- enable style manager bundle configurations within subfolders in templates https://github.com/oveleon/contao-component-style-manager/pull/88/commits/f28ddb820ba31160d60ef30e2944acc97c353686
3.2.0

Addition



- added Contao ^5.1 support #80 @Tastaturberuf

> **Known Limitation**
As of now, template variables do not work within Twig-Templates, please check:
https://github.com/Tastaturberuf/contao-component-style-manager/blob/contao-5/docs/TEMPLATE_VARIABLES.md on how to bypass it.
3.1.2 ## What's Changed
- Fix migration


**Full Changelog**: https://github.com/oveleon/contao-component-style-manager/compare/3.1.1...3.1.2
3.1.1 - Remove strict check for `$href` in config buttons (#78 - @zoglo)
3.1.0

Additions



#### Display archive group title above StyleManager widget https://github.com/oveleon/contao-component-style-manager/commit/5f2815ba4cc3787ce0d7325b44731df65df3dcf9 https://github.com/oveleon/contao-component-style-manager/commit/6acf49d6fa13445b17dddb7ed8c8a9dc55017827 https://github.com/oveleon/contao-component-style-manager/commit/950dcb91e5be5b67f4b8010a0e9162c1683d8554
Example: [Archive group titles](https://user-images.githubusercontent.com/55794780/218698182-9643e1a0-672c-41fc-99de-91c1038e795d.png)

> You can disable this feature by excluding via config.yaml:
https://github.com/oveleon/contao-component-style-manager/blob/master/docs/CONFIGURATION.md#hide-group-titles

___

#### Added the posibility to exclude specific children from the archive when using the css classes as template variables https://github.com/oveleon/contao-component-style-manager/commit/450f43ad537aed320d516017bd0a06c09ed98be1 https://github.com/oveleon/contao-component-style-manager/commit/49e647251798653361e2c85fdc9063c41b8ba5bd

Usage:
```php
// Get
$this->styleManager->exclude(['foo','bar'])->get('archive');

// Prepare
$this->styleManager->prepare('archive')->exclude(['foo','bar'])->format(' %s');
// or
$this->styleManager->exclude(['foo','bar'])->prepare('archive')->format(' %s');
```
3.0.3

Bugfix



- Do not allow Contao > 4.13 (^4.13 only)
add Zeige mehr Versionen an
3.0.2 - Fixes an error when migrating (#71)
3.0.1 - Fixing an error when no bundle configuration exists (#68)
3.0.0 ## Version 3.0
Before you change to this version, please read the [UPGRADE.md](https://github.com/oveleon/contao-component-style-manager/blob/master/UPGRADE.md) file.

### New Features
#### 🔹 Bundle-Configurations
The StyleManager can now be fed by other extensions. This saves time for new projects and allows the dynamic growth of a project as well as other benefits. For example, already exported configurations can now be delivered directly by other extensions, so that an import is no longer mandatory.

[Learn more about bundle configurations](https://github.com/oveleon/contao-component-style-manager/blob/master/docs/BUNDLE_CONFIG.md)

#### 🔹 Partial import
The import functionality has been extended to import only parts of a configuration.

[Learn more about import / export](https://github.com/oveleon/contao-component-style-manager/blob/master/docs/IMPORT_EXPORT.md)

#### 🔹 Better support for other extensions
By unifying and using constants in the code, support for custom DCAs has been improved. In addition, a [boilerplate](https://github.com/oveleon/contao-component-style-manager/blob/master/docs/SUPPORT.md#boilerplate) is available in the documentation.

[Learn more about supporting your own extensions](https://github.com/oveleon/contao-component-style-manager/blob/master/docs/SUPPORT.md)
2.6.5 - Fix undefined array key warning #63 | @fritzmg
2.6.4

Bugfixes



- Changes to StyleManagerArchive label (#60) https://github.com/oveleon/contao-component-style-manager/commit/44e22eb297dd079ffb26677a55209b4c5ce49b84 | @fritzmg
- Changed collation for aliases (css-groups) (#59) https://github.com/oveleon/contao-component-style-manager/commit/2629a3749c4076c62f486f01ed0c70f021e6f752 | @zoglo
2.6.3 - Fix page / layout template vars (#57)
2.6.2 - Fix template variable for pages and layouts @doishub
- Add French translations @LupusVII
2.6.1 - Fix php8 warnings
2.6.0 - Category description added (#49)
2.5.0 - Adding an blank option can now be set in a CSS group (*default values*) (#45)
- Class fields are filled regardless of permissions (#40)
- Adding php8 compat (#46)
2.4.4 - Fix: Values of a CSS group that contained HTML entities were not selected again after saving
- Spelling has been corrected
- Add missing translations (#41)
2.4.3 Fix: Invalid SQL definition for cssID (#37)
2.4.2 Increase the length of the database fields to ensure larger sets of styles
2.4.1 Support template variables in form fields
2.4.0 - Rocksolid Custom Element is now supported without extra callback
- Bugfix: When extensions extended the StyleManager, the widget was sometimes not displayed due to a wrong loading order
2.3.4 Allow multiple hooks of type styleManagerFindByTable
2.3.3 Bugfix: An empty content was always returned when a user-defined function was retrieved via Ajax
2.3.2
2.3.1
2.3.0
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
dev-main
2.x-dev
dev-develop
dev-feature/twig
1.0.5

Backend Customizer

bwein-net/contao-backend-customizer

Diese Erweiterung ermöglicht das Setzen von Parametern in der Konfiguration und generiert ein indiv...
file_download 3208 star 5
Zuletzt aktualisiert vor 4 Jahren
v2.0.5
avatar

asconsulting/zyppy_class

A module for the Contao CMS to allow for easy selection of pre-configured CSS classes.
file_download 296 star 1
Zuletzt aktualisiert vor 5 Jahren
2.0.0
avatar

bit3/contao-assetic

Assetic integration for Contao OpenSource CMS
file_download 4147 star 1
Zuletzt aktualisiert vor 9 Jahren
5.0.0-rc1
avatar

bit3/contao-theme-plus

Theme+ for Contao OpenSource CMS
file_download 2776 star 1
Zuletzt aktualisiert vor 9 Jahren
v4.4.1.3
avatar

fipps/contao-bootstrapcustomizer-bundle

Contao 4 Bootstrap Customizer Bundle
file_download 143 star 1
Zuletzt aktualisiert vor 4 Jahren
1.4.2

netzmacht/contao-assetic

Assetic integration for Contao OpenSource CMS
file_download 2595 star 2
Zuletzt aktualisiert vor 7 Jahren
4.4.8

netzmacht/contao-theme-plus

Theme+ for Contao OpenSource CMS
file_download 4762 star 11
Zuletzt aktualisiert vor 7 Jahren
0.1.6

oveleon/contao-oveleon-theme-manager-bundle

Contao Oveleon Theme-Manager
file_download 27 star 2
Zuletzt aktualisiert vor 4 Jahren
1.1.1

0.1 Theme

contao-themes-net/zero-one-theme-bundle

0.1 ist das klimafreundlichste Contao Theme aller Zeiten, welches auf Basis von Contao 4.x und dem l...
file_download 90 star 1
Zuletzt aktualisiert vor 4 Jahren
1.6.2

CSS Stil Wähler

craffft/css-style-selector-bundle

Definiere CSS Klassen mit einer gut lesbaren Bezeichnung, damit die Redakteure nur noch die Bezeichn...
file_download 6327 star 11
Zuletzt aktualisiert vor 5 Jahren
  • person
  • Oveleon,
  • Daniele Sciannimanica
Packagist
?

Tipp:

Wenn du mit der Maus über die Version fährst, kannst du das Veröffentlichungsdatum anzeigen lassen.