Tarekun / optimus-bo-ui

React UI library developed and used at Optimus, Bologna, Italy
0 stars 0 forks source link

Refactor page title configuration #21

Closed Tarekun closed 5 months ago

Tarekun commented 5 months ago

Page title configuration isn't following the desing principle of the rest of the configurations, having one object as prop with all the configuration properties for that feature. So it should have one prop called pageTitleConfiguration with a configure boolean field and if true, also the rest of the needed configuration.

AC