The source project of this merge request has been removed.
GenericPage: make heading and description properties required
All implementations of GenericPage set the heading and description properties, and should. This makes those properties effectively requires. So let's formalize this. This allows us to simplify some layout code and automatically fixes a binding loop.