You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of the pages builder (#15). When a page can be configured via settingsJson, the admin should be able to enable/disable the incident history and maintenance history sections per page.
What to implement
Add showIncidentHistory: bool and showMaintenanceHistory: bool to Page.settingsJson schema
Context
Part of the pages builder (#15). When a page can be configured via
settingsJson, the admin should be able to enable/disable the incident history and maintenance history sections per page.What to implement
showIncidentHistory: boolandshowMaintenanceHistory: booltoPage.settingsJsonschema/incidentshistory page reads these flags from the page config and returns 404 if both are disabledDepends on