Wolfr
Wolfr
Cool work 😎
L76 `.parentElement.classList.contains('br-tree-dir--is-collapsed');` is using a jQuery method (and is also not referencing a class)
Yeah the comment is not for you, it's for myself :D Feel free to ignore this repo.
This was recently mentioned as something that would be nice to have in another conversation with @FannyBenisek .
How to implement this? I see two ways. (1) Folder-based ``` _components/category-1/component _components/category-2/component-2 _components/category-3/component-3 ``` (2) Metadata-based ``` _components/component ``` Plus ``` --- title: Component category: Category --- ``` I...
This feature could probably be released in the normal logic e.g. as Bedrock 1.20.0.
To do: test if this already exists/was implemented.
This doesn't work yet, if you try to add items with _ (folders and files) you get some errors, because some functions fail ( groupBy etc.).
I recreated the situation in Bedrock core.
Interesting, I used that workaround now in [client project]. I can make it part of Bedrock core for now to circumvent this bug.