Is it possible to set a standard value for a metadata property to ensure all entries have some default value for a specific property?
I have implemented a gender option in one of my localization tables as demonstrated in the example included in the Localization package, and things work as expected when the Item Gender property is added to an entry. However, if the metadata property is not added at all the string is not parsed properly anymore as it cannot resolve the gender value (which makes sense as it has not been set).
So far I have only found the option to set metadata over all locales for a single key, but there seems to be no way to have a default or fallback value set if no information was maintained in the first place.
To be clear - I am not looking for a default value of my metadata property but a way to apply a metadata property to a whole table so the selector does not throw an error when the property has not been added to a specific key.