Marc Henry Schultz
Marc Henry Schultz
# This change introduces support for Neos 9. When starting the development it was eminent that not all features of NodeTemplates version 1.0 could be considered. To ease maintenance the...
Introduce `parentNode` as reference to the parent of the node the template is initially applied on. The parent of the outermost node the Neos UI creates. We should wait with...
https://github.com/Flowpack/Flowpack.NodeTemplates/issues/60
Many exceptions are currently thrown like: ``` throw new PropertyIgnoredException( sprintf( 'Because property is not declared in NodeType. Got value `%s`.', json_encode($propertyValue) ), 1685869035209 ); ``` > Property "nonDeclaredProperty" in...
Property mapping and reference resolving
When building a more complex template and a loop, you might encounter the situation, when you only want to set this property on iteration 1 or something and otherwise return...
``` The security Context cannot be initialized yet. Please check if it can be initialized with $securityContext->canBeInitialized() before trying to do so. Type: Neos\Flow\Security\Exception Code: 1358513802 File: Data/Temporary/Development/Cache/Code/Flow_Object_Classes/Neos_Flow_Securit y_Context.php Line:...
This should not be merged but as we have no real test otherwise if the plugins work and if they should be part of 9.0 we have to test them...
we have a hard dependency by using `Neos.Seo:StructuredData.*` which would fail otherwise in fusion. Tested with 9.0-dev
Related: https://github.com/neos/Neos.Demo/issues/178 Related: https://github.com/neos/neos-development-collection/issues/4208 Related: https://github.com/neos/neos-development-collection/issues/4484