@iblai/web-utils 1.10.10 → 1.10.11
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.
- package/dist/index.esm.js +7 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -486,6 +486,13 @@ const SKILLS_AI_CONFIG = {
|
|
|
486
486
|
description: "Allow users to access courses from the community.",
|
|
487
487
|
type: "boolean",
|
|
488
488
|
},
|
|
489
|
+
{
|
|
490
|
+
slug: "enable_discover_page",
|
|
491
|
+
label: "Discover page",
|
|
492
|
+
defaultValue: true,
|
|
493
|
+
description: "Allow users to access the discover page.",
|
|
494
|
+
type: "boolean",
|
|
495
|
+
},
|
|
489
496
|
/* {
|
|
490
497
|
slug: "enable_sidebar_ai_mentor_display",
|
|
491
498
|
label: "Sidebar mentorAI Display",
|