Update content through Mattrbld

This commit is contained in:
2025-02-08 09:26:29 -06:00
parent 76157c096b
commit 10cadc48ba
5 changed files with 191 additions and 0 deletions

View 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
View 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"
]
}
}
}

View 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
}
]
}

View File

@@ -0,0 +1,6 @@
{
"email": "noahspannbauer@icloud.com",
"id": "noahspannbauer-icloud-com",
"name": "Noah",
"role": "owner"
}