-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from oveleon/develop
Develop
- Loading branch information
Showing
20 changed files
with
300 additions
and
329 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Manage Categories: | ||
### Fields: | ||
- `Title`: The title of the category, which is displayed above the defined style groups in the backend | ||
- `Idenfifier`: A unique value for retrieving the classes in the template | ||
- `Group-Idenfifier`: In this field you can specify an alias that combines categories with the same alias and displays them as tabs in the backend. | ||
- `Sort-Index`: This field is used to determine the order of the categories in the backend | ||
|
||
#### Example backend view of combined categories using `Group-Idenfifier`: | ||
![Manage Categories: Image 3](https://www.oveleon.de/share/github-assets/contao-component-style-manager/2.0/combined-groups.png) | ||
|
||
<br/> | ||
|
||
# Manage CSS-Groups: | ||
### Fields: | ||
- `Alias`: Define an alias with which the group can be accessed. This is only required for passing on to the template. | ||
- `Add search field`: Use of chosen for a search field within the select box | ||
- `Use as template variable`: This field declares whether this group is set in the class attribute of the corresponding element or passed to the template. | ||
- `CSS class`: To further customize the display of the backend fields, you can enter a selection of predefined CSS classes. (long, clr, seperator) | ||
> All other fields should be self-explanatory | ||
#### Example css group: | ||
![Manage Groups: Image 1](https://www.oveleon.de/share/github-assets/contao-component-style-manager/2.0/groups-edit.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## Import / Export | ||
To fill projects with a default setting, the Import and Export functions are available. | ||
|
||
When importing, the categories as well as the CSS groups are only added additively. This allows CSS classes to be added to the actual project without being deleted after an import. | ||
|
||
> Please note that the import completes the records by the identifier (categories) and the alias (CSS groups). So if the aliases are changed in the current project, they are not overwritten / added, but a new group is created after the import. |
Oops, something went wrong.