Replies: 1 comment
-
You can also just not use recursion. Just loop over
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I really love the approach of which recursion is handled in Statamic V3. But when using Bootstrap 5 it is not working because it is not possible to style the recursion part (ul's, li's and a's) with the needed bootstrap (and custom) classes.
Shouldn't this be customizable? Maybe with a template in a config file?
All this wouldn't be a problem if nesting of {{ children }} tags works like expected. Then we can handle recursion ourselves.
Beta Was this translation helpful? Give feedback.
All reactions