I checked the documentation and related parts are already modified to a new syntax. But unfortunately I didn’t make it work with the new syntax as well. I wonder how this happens?
The settings key name has changed (now objectDecorators) and so has the syntax (slightly). Defining your example in SETTINGS (or space-config) would now be:
It’s not redundant. We’re embedding an expression language expression inside of a yaml string. So to encode a string you need quotes around the quotes.
OH, I did skimed that part but didn’t connect two together.
As far as I can see now, I can see how it is useful for the board object decoration concept, not specifically for the PageDecoration. But I’m looking forward to see creative usages of this flexible syntax!
Ah, that is the reason I didn’t see the breaking change notification on 0.9.0. I didn’t keep an eye on the release on 0.8.5 so I missed that part. I was also curious why you didn’t mention this breaking change in the Changelog
Breaking change is okey for me. TBH I think that is the necessary part that keeps a software moving forward.