@omnia/workplace 6.12.41-preview → 6.12.44-preview
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -197,6 +197,10 @@ export declare const SetupWizard: {
|
|
|
197
197
|
IntranetEssentialsTemplateId: string;
|
|
198
198
|
TenantIntranetEssentialsTemplateId: string;
|
|
199
199
|
TenantBasicIntranetTemplateId: string;
|
|
200
|
+
KnowledgeSharingTemplateId: string;
|
|
201
|
+
NewsManagementTemplateId: string;
|
|
202
|
+
LearningCenterTemplateId: string;
|
|
203
|
+
EnterpriseSearchTemplateId: string;
|
|
200
204
|
GeneralSettingsKey: string;
|
|
201
205
|
BrandingSettingsKey: string;
|
|
202
206
|
SharedLinkSettingsKey: string;
|
|
@@ -241,6 +241,10 @@ export var SetupWizard = {
|
|
|
241
241
|
IntranetEssentialsTemplateId: "B8C0608F-61F7-4C2A-9001-C26A7A0CB268",
|
|
242
242
|
TenantIntranetEssentialsTemplateId: "5470C05D-7115-4F86-BF6D-70FC51F3A1AD",
|
|
243
243
|
TenantBasicIntranetTemplateId: "87D71902-22F0-4DC3-9346-314CC5700C84",
|
|
244
|
+
KnowledgeSharingTemplateId: "1FE61B2C-9D54-45A6-A284-E0252B133DD7",
|
|
245
|
+
NewsManagementTemplateId: "DD3B1FBD-2383-4147-BF0E-ECDB018989CE",
|
|
246
|
+
LearningCenterTemplateId: "904492DA-24BC-40DB-BB3A-0B22EFEFEF12",
|
|
247
|
+
EnterpriseSearchTemplateId: "6812E7FB-9AB0-4D9B-990C-FE082BC6F876",
|
|
244
248
|
GeneralSettingsKey: "SetupWizardGeneralSettings",
|
|
245
249
|
BrandingSettingsKey: "SetupWizardBrandingSettings",
|
|
246
250
|
SharedLinkSettingsKey: "SetupWizardSharedLinksSettings",
|