Update content through Mattrbld
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"disablePreview": false,
|
"disablePreview": false,
|
||||||
"draftByDefault": false,
|
"draftByDefault": false,
|
||||||
"schemas": [
|
"schemas": [
|
||||||
"/.mattrbld/schemas/skills.json"
|
"/.mattrbld/schemas/Skills.json"
|
||||||
],
|
],
|
||||||
"linkable": false,
|
"linkable": false,
|
||||||
"maxSize": null,
|
"maxSize": null,
|
||||||
|
|||||||
@@ -46,6 +46,9 @@
|
|||||||
"onlyPrivileged": true,
|
"onlyPrivileged": true,
|
||||||
"protected": true
|
"protected": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"separator": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"icon": "bullet-list",
|
"icon": "bullet-list",
|
||||||
"label": "Skills",
|
"label": "Skills",
|
||||||
|
|||||||
@@ -1,19 +1,11 @@
|
|||||||
{
|
{
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
|
||||||
"type": "group",
|
|
||||||
"displayField": null,
|
|
||||||
"icon": "group",
|
|
||||||
"key": "skills",
|
|
||||||
"label": "Skills",
|
|
||||||
"tab": "Untitled Tab",
|
|
||||||
"value": [
|
|
||||||
{
|
{
|
||||||
"type": "rows",
|
"type": "rows",
|
||||||
"default": null,
|
"default": null,
|
||||||
"icon": "rows",
|
"icon": "rows",
|
||||||
"key": "rows",
|
"key": "skills",
|
||||||
"label": "Rows",
|
"label": "Skills",
|
||||||
"options": {
|
"options": {
|
||||||
"compact": true,
|
"compact": true,
|
||||||
"allowEditing": true,
|
"allowEditing": true,
|
||||||
@@ -42,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"tab": "Untitled Tab",
|
"tab": "Untitled Tab",
|
||||||
"validation": {
|
"validation": {
|
||||||
"required": false
|
"required": true
|
||||||
},
|
},
|
||||||
"value": null,
|
"value": null,
|
||||||
"version": 1,
|
"version": 1,
|
||||||
@@ -64,14 +56,14 @@
|
|||||||
"removable": false,
|
"removable": false,
|
||||||
"placeholder": "Select a value…",
|
"placeholder": "Select a value…",
|
||||||
"options": [
|
"options": [
|
||||||
"Front-End Web Development",
|
|
||||||
"Infrastructure as Code",
|
"Infrastructure as Code",
|
||||||
|
"Front-End Web Development",
|
||||||
"CI/CD"
|
"CI/CD"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"tab": "Untitled Tab",
|
"tab": "Untitled Tab",
|
||||||
"validation": {
|
"validation": {
|
||||||
"required": false
|
"required": true
|
||||||
},
|
},
|
||||||
"value": null,
|
"value": null,
|
||||||
"version": 1,
|
"version": 1,
|
||||||
@@ -82,11 +74,29 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"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": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"default": null,
|
"default": null,
|
||||||
"icon": "text-input",
|
"icon": "text-input",
|
||||||
"key": "skill",
|
"key": "name",
|
||||||
"label": "Skill",
|
"label": "Skill",
|
||||||
"localised": false,
|
"localised": false,
|
||||||
"options": {
|
"options": {
|
||||||
@@ -100,7 +110,7 @@
|
|||||||
"min": null,
|
"min": null,
|
||||||
"regex": null,
|
"regex": null,
|
||||||
"regexError": null,
|
"regexError": null,
|
||||||
"required": false,
|
"required": true,
|
||||||
"unit": "length"
|
"unit": "length"
|
||||||
},
|
},
|
||||||
"value": null,
|
"value": null,
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"rows": null,
|
|
||||||
"___mb_schema": "/.mattrbld/schemas/Skills.json",
|
|
||||||
"___mb_unedited": true
|
|
||||||
}
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"skills": {
|
|
||||||
"rows": [
|
|
||||||
{
|
|
||||||
"___mb_type": "category",
|
|
||||||
"category": "Experienced"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"___mb_type": "group",
|
|
||||||
"group": "Front-End Web Development"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"___mb_type": "skill",
|
|
||||||
"skill": "React"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"___mb_schema": "/.mattrbld/schemas/skills.json"
|
|
||||||
}
|
|
||||||
49
skills/skills3.json
Normal file
49
skills/skills3.json
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
"skills": [
|
||||||
|
{
|
||||||
|
"___mb_type": "category",
|
||||||
|
"category": "Experienced"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"___mb_type": "group",
|
||||||
|
"group": "Front-End Web Development"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"___mb_type": "rows",
|
||||||
|
"rows": [
|
||||||
|
"React",
|
||||||
|
"Node.js",
|
||||||
|
"HTML/CSS"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"___mb_type": "category",
|
||||||
|
"category": "Experienced"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"___mb_type": "group",
|
||||||
|
"group": "Infrastructure as Code"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"___mb_type": "rows",
|
||||||
|
"rows": [
|
||||||
|
"Terraform"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"___mb_type": "category",
|
||||||
|
"category": "Experienced"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"___mb_type": "group",
|
||||||
|
"group": "CI/CD"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"___mb_type": "rows",
|
||||||
|
"rows": [
|
||||||
|
"GitHub Actions"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"___mb_schema": "/.mattrbld/schemas/Skills.json"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user