- Issue created by @griffynh
- 🇫🇷France pdureau Paris
I guess this feature is expected by Experience Builder in order to fill the newly added component with initial data without having to rely on the unreliable
examples
property.default
must not be used in the rendering process (sending default value if slot value is missing or empty) because:- sometimes we want a default value in the display builder while allowing the user to set empty or missing value instead
- Twig has already mechanisms to handle default value logic:
- |default() when the slot is not a block
- the block children nodes when the slot is a block