Update content through Mattrbld
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"disablePreview": false,
|
||||
"draftByDefault": false,
|
||||
"schemas": [
|
||||
"/.mattrbld/schemas/skills.json"
|
||||
"/.mattrbld/schemas/Skills.json"
|
||||
],
|
||||
"linkable": false,
|
||||
"maxSize": null,
|
||||
|
||||
@@ -46,6 +46,9 @@
|
||||
"onlyPrivileged": true,
|
||||
"protected": true
|
||||
},
|
||||
{
|
||||
"separator": true
|
||||
},
|
||||
{
|
||||
"icon": "bullet-list",
|
||||
"label": "Skills",
|
||||
|
||||
@@ -1,13 +1,79 @@
|
||||
{
|
||||
"fields": [
|
||||
{
|
||||
"type": "group",
|
||||
"displayField": null,
|
||||
"icon": "group",
|
||||
"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": "select",
|
||||
"default": null,
|
||||
"icon": "dropdown",
|
||||
"key": "category",
|
||||
"label": "Category",
|
||||
"options": {
|
||||
"filterable": false,
|
||||
"removable": false,
|
||||
"placeholder": "Select a value…",
|
||||
"options": [
|
||||
"Experienced"
|
||||
]
|
||||
},
|
||||
"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,
|
||||
@@ -26,67 +92,11 @@
|
||||
"unit": "rows"
|
||||
},
|
||||
"value": [
|
||||
{
|
||||
"type": "select",
|
||||
"default": null,
|
||||
"icon": "dropdown",
|
||||
"key": "category",
|
||||
"label": "Category",
|
||||
"options": {
|
||||
"filterable": false,
|
||||
"removable": false,
|
||||
"placeholder": "Select a value…",
|
||||
"options": [
|
||||
"Experienced"
|
||||
]
|
||||
},
|
||||
"tab": "Untitled Tab",
|
||||
"validation": {
|
||||
"required": false
|
||||
},
|
||||
"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": [
|
||||
"Front-End Web Development",
|
||||
"Infrastructure as Code",
|
||||
"CI/CD"
|
||||
]
|
||||
},
|
||||
"tab": "Untitled Tab",
|
||||
"validation": {
|
||||
"required": false
|
||||
},
|
||||
"value": null,
|
||||
"version": 1,
|
||||
"visibility": {
|
||||
"hidden": false,
|
||||
"showByValue": {
|
||||
"field": null
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"default": null,
|
||||
"icon": "text-input",
|
||||
"key": "skill",
|
||||
"key": "name",
|
||||
"label": "Skill",
|
||||
"localised": false,
|
||||
"options": {
|
||||
@@ -100,7 +110,7 @@
|
||||
"min": null,
|
||||
"regex": null,
|
||||
"regexError": null,
|
||||
"required": false,
|
||||
"required": true,
|
||||
"unit": "length"
|
||||
},
|
||||
"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