Update content through Mattrbld

This commit is contained in:
2025-02-08 10:22:14 -06:00
parent 2dd18e38c6
commit 4aad5009d1
3 changed files with 150 additions and 85 deletions

View 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": ""
}

View File

@@ -17,6 +17,14 @@
"min": null, "min": null,
"unit": "rows" "unit": "rows"
}, },
"value": [
{
"type": "group",
"displayField": null,
"icon": "group",
"key": "group-1",
"label": "Field Group",
"tab": "Untitled Tab",
"value": [ "value": [
{ {
"type": "select", "type": "select",
@@ -29,7 +37,8 @@
"removable": false, "removable": false,
"placeholder": "Select a value…", "placeholder": "Select a value…",
"options": [ "options": [
"Experienced" "Experienced",
"Familiar"
] ]
}, },
"tab": "Untitled Tab", "tab": "Untitled Tab",
@@ -78,8 +87,8 @@
"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,
@@ -141,6 +150,15 @@
} }
} }
], ],
"version": 1,
"visibility": {
"hidden": false,
"showByValue": {
"field": null
}
}
}
],
"tabs": [ "tabs": [
{ {
"label": "Untitled Tab", "label": "Untitled Tab",

28
skills/skills4.json Normal file
View 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"
}