Home Office specific templates in designer
Describe the bug Currently there are Home Office specific templates in the designer for header, footer and logo.
To Reproduce Run the designer.
Expected behavior Generic header and footer are used by default.
Repository
- designer
Additional context It's certainly appropriate for specific running instances of these apps to be branded in different ways, so a mechanism for overriding templates and/or messaging needs to be provided.
Currently you can already override templates by copying over the top of the existing ones in your own internal build process. This doesn't need to be arduous, extending the base docker image and copying in additional files is very quick. Given this I'd suggest the current branded templates be replaced by something generic and organisation builds be updated with their own template overrides.
@superafroman #298 introduces feature flags. At the moment it's just used for turning on/off features but we will be able to pass down text. I reckon we could even pass down a path and do a dynamic import for components like the footer
P2