Closed zoglo closed 1 year ago
Excellent, we love this tool
I added another feature that I like to have implemented with this PR:
public function get($identifier, $arrGroups=null, $excludedGroups=null)
public function prepare($identifier, $arrGroups=null, $excludedGroups=null): Styles
Everything else is unaffected. If you do not parse excluded groups, they won't get removed.
if no group title is given, it won't be displayed if a group title is given, it will be shown above it
I am unsure if this rule should be fixed here. What if I want to merge individual groups (tabs) but not output a headline? I think another checkbox within the group should be added as well.
However, I am not sure if this will work out as within each group this checkbox would need to be included. What if we make the headline on/off via config.yaml?
Thank you @zoglo!
This PR introduces displayal of the archive group title above the Style-Manager groups within the backend and should enhance the UX and UI.