Previously content type descriptions defaulted to "No description available". This was cool because 95% of the time the description was unnecessary due to good naming practices.
But now the default description is a missing translation error.
This forces us either to
a) copy-paste empty description for all content types (which produces "No description available" description)
b) to use the cumbersome xml-translations for all supported languages
This is not cool.
Could Episerver revert the default description back to "No description available", please?
At least now the localizations with page type descriptions work with the same logic as all other localizations and you can affect on that logic from EpiserverFramework.config: "Echo, FallbackCulture, MissingMessage"
Hi
Previously content type descriptions defaulted to "No description available". This was cool because 95% of the time the description was unnecessary due to good naming practices.
But now the default description is a missing translation error.
This forces us either to
a) copy-paste empty description for all content types (which produces "No description available" description)
b) to use the cumbersome xml-translations for all supported languages
This is not cool.
Could Episerver revert the default description back to "No description available", please?