Update content through Mattrbld
This commit is contained in:
19
.mattrbld/collections/YASL.json
Normal file
19
.mattrbld/collections/YASL.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"allowedTypes": null,
|
||||||
|
"dir": "/skills",
|
||||||
|
"disableComments": false,
|
||||||
|
"disablePreview": false,
|
||||||
|
"draftByDefault": false,
|
||||||
|
"schemas": [
|
||||||
|
"/.mattrbld/schemas/Skills.json"
|
||||||
|
],
|
||||||
|
"linkable": false,
|
||||||
|
"maxSize": null,
|
||||||
|
"permissions": {
|
||||||
|
"everybody": [
|
||||||
|
"everything"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"type": "json",
|
||||||
|
"urlTemplate": ""
|
||||||
|
}
|
||||||
@@ -19,99 +19,31 @@
|
|||||||
},
|
},
|
||||||
"value": [
|
"value": [
|
||||||
{
|
{
|
||||||
"type": "select",
|
"type": "group",
|
||||||
"default": null,
|
"displayField": null,
|
||||||
"icon": "dropdown",
|
"icon": "group",
|
||||||
"key": "category",
|
"key": "group-1",
|
||||||
"label": "Category",
|
"label": "Field Group",
|
||||||
"options": {
|
|
||||||
"filterable": false,
|
|
||||||
"removable": false,
|
|
||||||
"placeholder": "Select a value…",
|
|
||||||
"options": [
|
|
||||||
"Experienced"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"tab": "Untitled Tab",
|
"tab": "Untitled Tab",
|
||||||
"validation": {
|
|
||||||
"required": true
|
|
||||||
},
|
|
||||||
"value": null,
|
|
||||||
"version": 1,
|
|
||||||
"visibility": {
|
|
||||||
"hidden": false,
|
|
||||||
"showByValue": {
|
|
||||||
"field": null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "select",
|
|
||||||
"default": null,
|
|
||||||
"icon": "dropdown",
|
|
||||||
"key": "group",
|
|
||||||
"label": "Group",
|
|
||||||
"options": {
|
|
||||||
"filterable": false,
|
|
||||||
"removable": false,
|
|
||||||
"placeholder": "Select a value…",
|
|
||||||
"options": [
|
|
||||||
"Infrastructure as Code",
|
|
||||||
"Front-End Web Development",
|
|
||||||
"CI/CD"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"tab": "Untitled Tab",
|
|
||||||
"validation": {
|
|
||||||
"required": true
|
|
||||||
},
|
|
||||||
"value": null,
|
|
||||||
"version": 1,
|
|
||||||
"visibility": {
|
|
||||||
"hidden": false,
|
|
||||||
"showByValue": {
|
|
||||||
"field": null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "rows",
|
|
||||||
"default": null,
|
|
||||||
"icon": "rows",
|
|
||||||
"key": "rows",
|
|
||||||
"label": "Rows",
|
|
||||||
"options": {
|
|
||||||
"compact": true,
|
|
||||||
"allowEditing": true,
|
|
||||||
"itemLabel": "Row"
|
|
||||||
},
|
|
||||||
"tab": "Untitled Tab",
|
|
||||||
"validation": {
|
|
||||||
"max": null,
|
|
||||||
"min": null,
|
|
||||||
"unit": "rows"
|
|
||||||
},
|
|
||||||
"value": [
|
"value": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "select",
|
||||||
"default": null,
|
"default": null,
|
||||||
"icon": "text-input",
|
"icon": "dropdown",
|
||||||
"key": "name",
|
"key": "category",
|
||||||
"label": "Skill",
|
"label": "Category",
|
||||||
"localised": false,
|
|
||||||
"options": {
|
"options": {
|
||||||
"wrapping": true,
|
"filterable": false,
|
||||||
"multiline": false
|
"removable": false,
|
||||||
|
"placeholder": "Select a value…",
|
||||||
|
"options": [
|
||||||
|
"Experienced",
|
||||||
|
"Familiar"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"tab": "Untitled Tab",
|
"tab": "Untitled Tab",
|
||||||
"validation": {
|
"validation": {
|
||||||
"enforceMinMax": true,
|
"required": true
|
||||||
"max": null,
|
|
||||||
"min": null,
|
|
||||||
"regex": null,
|
|
||||||
"regexError": null,
|
|
||||||
"required": true,
|
|
||||||
"unit": "length"
|
|
||||||
},
|
},
|
||||||
"value": null,
|
"value": null,
|
||||||
"version": 1,
|
"version": 1,
|
||||||
@@ -121,6 +53,92 @@
|
|||||||
"field": null
|
"field": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "select",
|
||||||
|
"default": null,
|
||||||
|
"icon": "dropdown",
|
||||||
|
"key": "group",
|
||||||
|
"label": "Group",
|
||||||
|
"options": {
|
||||||
|
"filterable": false,
|
||||||
|
"removable": false,
|
||||||
|
"placeholder": "Select a value…",
|
||||||
|
"options": [
|
||||||
|
"Infrastructure as Code",
|
||||||
|
"Front-End Web Development",
|
||||||
|
"CI/CD"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"tab": "Untitled Tab",
|
||||||
|
"validation": {
|
||||||
|
"required": true
|
||||||
|
},
|
||||||
|
"value": null,
|
||||||
|
"version": 1,
|
||||||
|
"visibility": {
|
||||||
|
"hidden": false,
|
||||||
|
"showByValue": {
|
||||||
|
"field": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "rows",
|
||||||
|
"default": null,
|
||||||
|
"icon": "rows",
|
||||||
|
"key": "skills",
|
||||||
|
"label": "Skills",
|
||||||
|
"options": {
|
||||||
|
"compact": true,
|
||||||
|
"allowEditing": true,
|
||||||
|
"itemLabel": "Row"
|
||||||
|
},
|
||||||
|
"tab": "Untitled Tab",
|
||||||
|
"validation": {
|
||||||
|
"max": null,
|
||||||
|
"min": null,
|
||||||
|
"unit": "rows"
|
||||||
|
},
|
||||||
|
"value": [
|
||||||
|
{
|
||||||
|
"type": "text",
|
||||||
|
"default": null,
|
||||||
|
"icon": "text-input",
|
||||||
|
"key": "name",
|
||||||
|
"label": "Skill",
|
||||||
|
"localised": false,
|
||||||
|
"options": {
|
||||||
|
"wrapping": true,
|
||||||
|
"multiline": false
|
||||||
|
},
|
||||||
|
"tab": "Untitled Tab",
|
||||||
|
"validation": {
|
||||||
|
"enforceMinMax": true,
|
||||||
|
"max": null,
|
||||||
|
"min": null,
|
||||||
|
"regex": null,
|
||||||
|
"regexError": null,
|
||||||
|
"required": true,
|
||||||
|
"unit": "length"
|
||||||
|
},
|
||||||
|
"value": null,
|
||||||
|
"version": 1,
|
||||||
|
"visibility": {
|
||||||
|
"hidden": false,
|
||||||
|
"showByValue": {
|
||||||
|
"field": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"version": 1,
|
||||||
|
"visibility": {
|
||||||
|
"hidden": false,
|
||||||
|
"showByValue": {
|
||||||
|
"field": null
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 1,
|
"version": 1,
|
||||||
|
|||||||
28
skills/skills4.json
Normal file
28
skills/skills4.json
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"skills": [
|
||||||
|
{
|
||||||
|
"category": "Experienced",
|
||||||
|
"group": "Front-End Web Development",
|
||||||
|
"skills": [
|
||||||
|
"React",
|
||||||
|
"Node.js",
|
||||||
|
"HTML/CSS"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"category": "Experienced",
|
||||||
|
"group": "Infrastructure as Code",
|
||||||
|
"skills": [
|
||||||
|
"Terraform"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"category": "Experienced",
|
||||||
|
"group": "CI/CD",
|
||||||
|
"skills": [
|
||||||
|
"GitHub Actions"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"___mb_schema": "/.mattrbld/schemas/Skills.json"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user