Skip to content

Commit 8537576

Browse files
Merge pull request #2440 from Ren-Roros-Digital/branding
Added branding standard
2 parents 39b19e1 + 56d17ff commit 8537576

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

src/data/standards.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,57 @@
6060
"remediate": false
6161
}
6262
},
63+
{
64+
"name": "standards.Branding",
65+
"cat": "Global Standards",
66+
"tag": ["lowimpact"],
67+
"helpText": "Sets the branding for the tenant. This includes the login page, and the Office 365 portal.",
68+
"addedComponent": [
69+
{
70+
"type": "input",
71+
"name": "standards.Branding.signInPageText",
72+
"label": "Sign-in page text"
73+
},
74+
{
75+
"type": "input",
76+
"name": "standards.Branding.usernameHintText",
77+
"label": "Username hint Text"
78+
},
79+
{
80+
"type": "boolean",
81+
"name": "standards.Branding.hideAccountResetCredentials",
82+
"label": "Hide self-service password reset"
83+
},
84+
{
85+
"type": "Select",
86+
"label": "Visual Template",
87+
"name": "standards.Branding.layoutTemplateType",
88+
"values": [
89+
{
90+
"label": "Full-screen background",
91+
"value": "default"
92+
},
93+
{
94+
"label": "Parial-screen background",
95+
"value": "verticalSplit"
96+
}
97+
]
98+
},
99+
{
100+
"type": "boolean",
101+
"name": "standards.Branding.isHeaderShown",
102+
"label": "Show header"
103+
},
104+
{
105+
"type":"boolean",
106+
"name":"standards.Branding.isFooterShown",
107+
"label":"Show footer"
108+
}
109+
],
110+
"label": "Set branding for the tenant",
111+
"impact": "Low Impact",
112+
"impactColour": "info"
113+
},
63114
{
64115
"name": "standards.EnableCustomerLockbox",
65116
"cat": "Global Standards",

0 commit comments

Comments
 (0)