Sebastian Helzle

Results 329 comments of Sebastian Helzle

Inside of `BreadcrumbMenuItems` but not the one defined in the `BreadcrumbMenu`, which was used by the `Neos.Neos:Menu` parent prototype. You don't use the `itemCollection` from `BreadcrumbMenuItems`.

Somebody else already implemented this in the meantime :D

Cool, but what issue is resolved with this? What is the benefit? Do you have something to link to? :)

Thanks very much for this example! I implemented a variant of this for Neos CMS to insert soft hyphens. Had to adapt the code slightly to work with our current...

How I solved it in my customers project for now: ``` referenceNodes = Neos.Fusion:Collection { collection = ${referenceNodesArray} itemRenderer = Neos.Neos:ContentCase { # Show hidden state of referenced node in...

For now it still makes sense to fix the displayed data in the usages without adding new features. The questions regarding the shown workspaces information is also relevant for the...

Thx sound good! But what does `should speed up` exactly mean in numbers or examples? What was your use case? I would like to test this thoroughly with some millions...

Just to confirm and avoid confusion: This method is only triggered manually in Production correct? I'm currently trying to come up with a "real" test case for the projects I...

You said this behavior was different with Neos 4.2?

Can you still reproduce this issue in Neos 8.3? I just tried while working on the ImageTag and couldn't.