Closed klodeckl closed 8 months ago
The flexform field settings.filterCategories
currently loads TYPO3 pages
where the categories are stored.
However, it would make more sense to load sys_catgory
records in this settings field instead of pages
records.
With this change, we could also allow for category sortings.
@cepheiVV, i'm not entirely sure, but this might be resolved by one of these PRs?
@klodeckl, feature is part of latest release 2.1.0
Helllo,
I found the code for the ordering in the category Repository, but it seems ordering does not get into the repository. I hardcoded this to get my ordering:
Perfect solution would be to set ordering in the flexform. I will upload a PR when time allows it.