Update content through Mattrbld
This commit is contained in:
19
.mattrbld/collections/Skills.json
Normal file
19
.mattrbld/collections/Skills.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"allowedTypes": null,
|
||||||
|
"dir": null,
|
||||||
|
"disableComments": false,
|
||||||
|
"disablePreview": false,
|
||||||
|
"draftByDefault": false,
|
||||||
|
"schemas": [
|
||||||
|
"/.mattrbld/schemas/Skills.json"
|
||||||
|
],
|
||||||
|
"linkable": false,
|
||||||
|
"maxSize": null,
|
||||||
|
"permissions": {
|
||||||
|
"everybody": [
|
||||||
|
"everything"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"type": "json",
|
||||||
|
"urlTemplate": ""
|
||||||
|
}
|
||||||
67
.mattrbld/config.json
Normal file
67
.mattrbld/config.json
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
{
|
||||||
|
"autoquotes": null,
|
||||||
|
"brandColors": [],
|
||||||
|
"corsProxy": "http://localhost:9999",
|
||||||
|
"name": "noahspan-root",
|
||||||
|
"sidebar": [
|
||||||
|
{
|
||||||
|
"label": "The sidebar has not yet been configured for this project"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"icon": "wrench-and-driver",
|
||||||
|
"label": "Configure now",
|
||||||
|
"target": {
|
||||||
|
"name": "Project.Settings",
|
||||||
|
"query": {
|
||||||
|
"tab": "sidebar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"onlyPrivileged": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"separator": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Dashboard",
|
||||||
|
"icon": "grid",
|
||||||
|
"target": {
|
||||||
|
"name": "Project"
|
||||||
|
},
|
||||||
|
"protected": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Media Library",
|
||||||
|
"icon": "image-stack",
|
||||||
|
"target": {
|
||||||
|
"name": "Project.MediaLibrary"
|
||||||
|
},
|
||||||
|
"protected": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Settings",
|
||||||
|
"icon": "settings",
|
||||||
|
"target": {
|
||||||
|
"name": "Project.Settings"
|
||||||
|
},
|
||||||
|
"onlyPrivileged": true,
|
||||||
|
"protected": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"slugifyOptions": null,
|
||||||
|
"customRoles": [],
|
||||||
|
"draftsDir": null,
|
||||||
|
"previewUrl": null,
|
||||||
|
"languages": [],
|
||||||
|
"media": {
|
||||||
|
"advanced": false,
|
||||||
|
"customFields": null,
|
||||||
|
"dir": null,
|
||||||
|
"maxSize": null,
|
||||||
|
"outputPath": null,
|
||||||
|
"permissions": {
|
||||||
|
"everybody": [
|
||||||
|
"everything"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
99
.mattrbld/schemas/Skills.json
Normal file
99
.mattrbld/schemas/Skills.json
Normal file
@@ -0,0 +1,99 @@
|
|||||||
|
{
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"type": "select",
|
||||||
|
"default": null,
|
||||||
|
"icon": "dropdown",
|
||||||
|
"key": "select",
|
||||||
|
"label": "Category",
|
||||||
|
"options": {
|
||||||
|
"filterable": false,
|
||||||
|
"removable": false,
|
||||||
|
"placeholder": "Select a value…",
|
||||||
|
"options": [
|
||||||
|
"Experienced",
|
||||||
|
"Familiar"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"tab": "Untitled Tab",
|
||||||
|
"validation": {
|
||||||
|
"required": false
|
||||||
|
},
|
||||||
|
"value": null,
|
||||||
|
"version": 1,
|
||||||
|
"visibility": {
|
||||||
|
"hidden": false,
|
||||||
|
"showByValue": {
|
||||||
|
"field": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "select",
|
||||||
|
"default": null,
|
||||||
|
"icon": "dropdown",
|
||||||
|
"key": "select-1",
|
||||||
|
"label": "Group",
|
||||||
|
"options": {
|
||||||
|
"filterable": false,
|
||||||
|
"removable": false,
|
||||||
|
"placeholder": "Select a value…",
|
||||||
|
"options": [
|
||||||
|
"Front-End Web Development",
|
||||||
|
"Infrastructure as Code",
|
||||||
|
"Programming Languages",
|
||||||
|
"Cloud",
|
||||||
|
"Database"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"tab": "Untitled Tab",
|
||||||
|
"validation": {
|
||||||
|
"required": false
|
||||||
|
},
|
||||||
|
"value": null,
|
||||||
|
"version": 1,
|
||||||
|
"visibility": {
|
||||||
|
"hidden": false,
|
||||||
|
"showByValue": {
|
||||||
|
"field": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "text",
|
||||||
|
"default": null,
|
||||||
|
"icon": "text-input",
|
||||||
|
"key": "text",
|
||||||
|
"label": "Unformatted Text",
|
||||||
|
"localised": false,
|
||||||
|
"options": {
|
||||||
|
"wrapping": true,
|
||||||
|
"multiline": false
|
||||||
|
},
|
||||||
|
"tab": "Untitled Tab",
|
||||||
|
"validation": {
|
||||||
|
"enforceMinMax": true,
|
||||||
|
"max": null,
|
||||||
|
"min": null,
|
||||||
|
"regex": null,
|
||||||
|
"regexError": null,
|
||||||
|
"required": false,
|
||||||
|
"unit": "length"
|
||||||
|
},
|
||||||
|
"value": null,
|
||||||
|
"version": 1,
|
||||||
|
"visibility": {
|
||||||
|
"hidden": false,
|
||||||
|
"showByValue": {
|
||||||
|
"field": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"tabs": [
|
||||||
|
{
|
||||||
|
"label": "Untitled Tab",
|
||||||
|
"groupAs": null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
6
.mattrbld/users/noahspannbauer-icloud-com.json
Normal file
6
.mattrbld/users/noahspannbauer-icloud-com.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"email": "noahspannbauer@icloud.com",
|
||||||
|
"id": "noahspannbauer-icloud-com",
|
||||||
|
"name": "Noah",
|
||||||
|
"role": "owner"
|
||||||
|
}
|
||||||
0
skills/.gitkeep
Normal file
0
skills/.gitkeep
Normal file
Reference in New Issue
Block a user