Config
Theme Maintenance
This MUST be placed into your DBD Config NOT your Theme Config!
Example Usage
Properties
useThemeMaintenance
A Boolean which determines if the theme maintenance page should be used.
underMaintenance
An Object which contains all the information for the maintenance page.
underMaintenance.title
A String which is the title of the maintenance page.
underMaintenance.contentTitle
A String which is the title of the content of the maintenance page.
underMaintenance.texts
An Array of Strings which are the texts of the maintenance page.
underMaintenance.infoCards
An Array of Objects which are the cards of the maintenance page.
underMaintenance.infoCards.title
A String which is the title of the card.
underMaintenance.infoCards.subtitle
A String which is the subtitle of the card.
underMaintenance.infoCards.description
A String which is the description of the card.
Was this page helpful?