@01-edu/shared 1.2.4 → 1.2.5
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/attrs-defs.js +4 -2
- package/package.json +1 -1
package/attrs-defs.js
CHANGED
|
@@ -2434,6 +2434,7 @@ types.levelDefinition = TypeObject({
|
|
|
2434
2434
|
type: {
|
|
2435
2435
|
skills: {
|
|
2436
2436
|
...skillsList,
|
|
2437
|
+
label: 'Skills required',
|
|
2437
2438
|
instruction: 'Expertises required',
|
|
2438
2439
|
},
|
|
2439
2440
|
objects: {
|
|
@@ -2452,8 +2453,9 @@ types.levelDefinition = TypeObject({
|
|
|
2452
2453
|
},
|
|
2453
2454
|
})
|
|
2454
2455
|
const sharedLevelsDefinitions = {
|
|
2455
|
-
label: '
|
|
2456
|
-
instruction:
|
|
2456
|
+
label: 'Level requirements',
|
|
2457
|
+
instruction:
|
|
2458
|
+
'Set the requirements and conditions for the user to access specific levels',
|
|
2457
2459
|
value: (...args) => [
|
|
2458
2460
|
mapValues(types.levelDefinition.type, subDef =>
|
|
2459
2461
|
getDefaultValue(subDef, ...args),
|