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