Is it possible to duplicate the value (without having to copy and paste) of a property? Is there anyway to mark it such that I could reuse the value of foo for the property baz?
foo=bar
baz=bar
We have common pieces of information which can appear on many pages. It'd be nice to be able to create one property with the common information, and then use this value in another property to help us keep DRY.