Update content through Mattrbld

This commit is contained in:
2025-02-08 10:13:00 -06:00
parent f574a1eb9d
commit 2dd18e38c6
6 changed files with 124 additions and 86 deletions

View File

@@ -5,7 +5,7 @@
"disablePreview": false,
"draftByDefault": false,
"schemas": [
"/.mattrbld/schemas/skills.json"
"/.mattrbld/schemas/Skills.json"
],
"linkable": false,
"maxSize": null,

View File

@@ -46,6 +46,9 @@
"onlyPrivileged": true,
"protected": true
},
{
"separator": true
},
{
"icon": "bullet-list",
"label": "Skills",

View File

@@ -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,