Closed MartinPacker closed 3 years ago
Did implement as a stack. You can use "prev" or "pop". with dynamic metadata Throws away current value, making previous one current. There is always the default to fall back on as the stack is primed with that and it never gets popped.
This was made easier by the new ProcessingOptions class - in development.
Fixed in 2.3, documented in 2.3.1.
Today we have
default
andpres
, as well as explicit values - for Dynamic Metadata items.Adding
prev
would allow a piece of Dynamic Metadata to revert to the previous value - though I don't contemplate this as a stack. At least not initially.