Claus Due
Claus Due
Closing as probably solved and due to lack of feedback on request for specifics.
`standalone="1"` plus `external="1"` should work for you. Standalone asset settings must only be applied if an asset is standalone, otherwise it would also potentially apply to a merged chunk of...
I am not able to reproduce this problem. I am even not sure I understand how this would be possible *exclusively* by using `v:asset.style`: * There are two cases in...
Assuming that some method of defining TS is causing this - which is the only possible way I can think of that this could happen as all other variables sources...
I would argue that in this case it's desirable to get an exception and undesirable to suppress all warning/error output when a non-existing page is passed. Otherwise you're just left...
I made the decision to reject this - it's undesirable to have this API suppress warnings about unreadable pages. See https://github.com/FluidTYPO3/vhs/pull/1906#issuecomment-2236564156.
Yes, this attribute was removed in version 7.0. If you need this type of functionality you can use `f:if` to check `{item.hasSubPages}` in the loop that renders your menu. For...
Hi @aleksip, > Does the Twig specific code in `LineageHelper` cause problems for your Fluid implementation? In this case, the specific problem is that PL matches a certain character, `@`,...
@aleksip I'll keep you updated here in this issue - but there may be a couple of days between the updates from me, I'm working on this project in smaller...
@aleksip I think I've gotten around most of the pattern resolving that was made harder by the special processing here. The implementation I have is still far from perfect though....