You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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.
The text was updated successfully, but these errors were encountered: