neos-development-collection icon indicating copy to clipboard operation
neos-development-collection copied to clipboard

BUG: 9.0 Allow default value for reference properties again

Open mhsdesign opened this issue 2 years ago • 1 comments

https://neos-project.slack.com/archives/C3MCBK6S2/p1688542588698759

currently this was "disabled" due to our more strict separation of properties vs references.

But as its also not possible to set subtree tags or the hidden / disabled state one might argue this is too complex for a default value and not without extension. In https://github.com/neos/neos-development-collection/issues/4484 i argued that node templates has to be used for this case.

mhsdesign avatar Jul 05 '23 07:07 mhsdesign

imo, we hardly need this in the core but this can be archived via node templates as references are of complex nature and not a simple "defaultValue" https://github.com/Flowpack/Flowpack.NodeTemplates


the real question is how can we enforce and if we should that defaultValue is not set for references

mhsdesign avatar May 03 '24 08:05 mhsdesign