UI Feature Flag: Identity server
This commit is contained in:
parent
f4f94e31d1
commit
d3c84e25f5
4 changed files with 76 additions and 25 deletions
|
@ -622,4 +622,8 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
supportedLevels: LEVELS_UI_FEATURE,
|
||||
default: true,
|
||||
},
|
||||
[UIFeature.IdentityServer]: {
|
||||
supportedLevels: LEVELS_UI_FEATURE,
|
||||
default: true,
|
||||
},
|
||||
};
|
||||
|
|
|
@ -18,4 +18,5 @@ limitations under the License.
|
|||
export enum UIFeature {
|
||||
URLPreviews = "UIFeature.urlPreviews",
|
||||
Widgets = "UIFeature.widgets",
|
||||
IdentityServer = "UIFeature.identityServer",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue