Skip to content

Commit

Permalink
Merge pull request #2440 from Ren-Roros-Digital/branding
Browse files Browse the repository at this point in the history
Added branding standard
  • Loading branch information
KelvinTegelaar authored May 13, 2024
2 parents 39b19e1 + 56d17ff commit 8537576
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,57 @@
"remediate": false
}
},
{
"name": "standards.Branding",
"cat": "Global Standards",
"tag": ["lowimpact"],
"helpText": "Sets the branding for the tenant. This includes the login page, and the Office 365 portal.",
"addedComponent": [
{
"type": "input",
"name": "standards.Branding.signInPageText",
"label": "Sign-in page text"
},
{
"type": "input",
"name": "standards.Branding.usernameHintText",
"label": "Username hint Text"
},
{
"type": "boolean",
"name": "standards.Branding.hideAccountResetCredentials",
"label": "Hide self-service password reset"
},
{
"type": "Select",
"label": "Visual Template",
"name": "standards.Branding.layoutTemplateType",
"values": [
{
"label": "Full-screen background",
"value": "default"
},
{
"label": "Parial-screen background",
"value": "verticalSplit"
}
]
},
{
"type": "boolean",
"name": "standards.Branding.isHeaderShown",
"label": "Show header"
},
{
"type":"boolean",
"name":"standards.Branding.isFooterShown",
"label":"Show footer"
}
],
"label": "Set branding for the tenant",
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.EnableCustomerLockbox",
"cat": "Global Standards",
Expand Down

0 comments on commit 8537576

Please sign in to comment.