@iblai/web-utils 1.12.1 → 1.13.0
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.d.ts +1 -1
- 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/dist/web-utils/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1194,6 +1194,13 @@ const SKILLS_AI_CONFIG = {
|
|
|
1194
1194
|
description: "Allow users to access the discover page.",
|
|
1195
1195
|
type: "boolean",
|
|
1196
1196
|
},
|
|
1197
|
+
{
|
|
1198
|
+
slug: "skills_welcome_tagline",
|
|
1199
|
+
label: "Welcome Tagline",
|
|
1200
|
+
defaultValue: "Pick up where you left off or learn something new.",
|
|
1201
|
+
description: "Tagline displayed in the welcome section of the LMS platform.",
|
|
1202
|
+
type: "string",
|
|
1203
|
+
},
|
|
1197
1204
|
/* {
|
|
1198
1205
|
slug: "enable_sidebar_ai_mentor_display",
|
|
1199
1206
|
label: "Sidebar mentorAI Display",
|