Update content through Mattrbld
This commit is contained in:
19
.mattrbld/collections/YASL.json
Normal file
19
.mattrbld/collections/YASL.json
Normal 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": ""
|
||||||
|
}
|
||||||
@@ -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
28
skills/skills4.json
Normal 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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user