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