Configure Module Visibility
The fr.insee.rmes.bauhaus.modules property in your Spring Boot configuration controls which module tiles appear on the Bauhaus home page.
Show only the Concepts module
Section titled “Show only the Concepts module”fr.insee.rmes.bauhaus: modules: - identifier: conceptsShow multiple modules
Section titled “Show multiple modules”fr.insee.rmes.bauhaus: modules: - identifier: concepts - identifier: classifications - identifier: operationsMark a module as under maintenance
Section titled “Mark a module as under maintenance”Set disabled: true to keep the tile visible but block access with an “under maintenance” message:
fr.insee.rmes.bauhaus: modules: - identifier: concepts - identifier: classifications disabled: truedisabled: false is the default and can be omitted.