Thanks @alexander!
Have you guys discussed the ability to set DC as fallback for other DC?
One particular use case I’m looking to replicate is the “Alternate Index Title” option for blog posts (setting a title that shows up differently on archive pages, etc). With the new condition expressions, it looks like I can replicate that functionality by creating two different headline elements and adding a condition looking at whether one of the strings is empty… however it’d be so much cleaner to be able to just nest two DC fields like:
{{dc:post:meta key="_x_entry_alternate_index_title" fallback="{{dc:post:title}}"}}
I assume this gets complicated, but just sharing in case it’s a straightforward thing to implement.