Marc Henry Schultz

Results 914 comments of Marc Henry Schultz

I found a (non breaking) solution for this. That will be core part of Neos9 and i know how to back-port it ;) Using the raw `data` from the neos...

@grebaldi and me opted in for `elements.image` and will deprecate `data.*`

Hi Lorenz sorry for the slow response, i dont monitor this repo super actively ;) Indeed it was a conscious decision as denoted [here](https://github.com/Flowpack/Flowpack.NodeTemplates/pull/53) and also in the release notes:...

No its just unexpected, but then again when migrating from `v 1.x` its not less unexpected that `parentNode` will be null, so we might as well give it already new...

As discussed in todays weekly with christian and paula, we concluded that `parentNode` and `site` are good new variables. The confusion as `parentNode` existed beforehand with different meaning should be...

Some notes: related: https://github.com/Flowpack/Flowpack.NodeTemplates/issues/50 related: https://github.com/Flowpack/Flowpack.NodeTemplates/issues/35#issuecomment-1550819560 references need special handling: https://github.com/neos/neos-ui/blob/4681fd003d9f9b6a14a47440d859265bad35044e/Classes/Domain/Model/Changes/Property.php#L152-L180 ------------- Question is, how to support usecases like #60 ``` childNodesToCopy: "${q(node).find('#' + data.templateNodeIdentifier).children('main').children().get()}" ``` as flowquery will only...

The node creation handler overhaul was merged https://github.com/neos/neos-ui/pull/3519 and the node was made workspace aware https://github.com/neos/neos-development-collection/pull/5042, the biggest changes in Neos 9 that would affect this package are done and...

Funnily we just discussed this but dindt think of this perfectly legit and cool usecase - thanks for reminding us. https://github.com/Flowpack/Flowpack.NodeTemplates/issues/50 Our options to solve this usecase are: 1 -...

Hi btw the long term plan is definitely to allow this requested feature in the core. A year ago i made a draft of how that could look like: https://github.com/Flowpack/Flowpack.NodeTemplates/pull/80/files#diff-4026ac608fda12fc5dc44d704d88e08fde47e4bb910e3d4f298aca5f399cab08...

~will be solved via: https://github.com/Flowpack/Flowpack.NodeTemplates/pull/53~ > Properties with default values cannot be set to null anymore. This would cause the property to be unset and thus might cause unintended behaviour...