From 10cadc48baedbd0ae931ed21b9db2857597b407e Mon Sep 17 00:00:00 2001 From: Noah Date: Sat, 8 Feb 2025 09:26:29 -0600 Subject: [PATCH] Update content through Mattrbld --- .mattrbld/collections/Skills.json | 19 ++++ .mattrbld/config.json | 67 +++++++++++++ .mattrbld/schemas/Skills.json | 99 +++++++++++++++++++ .../users/noahspannbauer-icloud-com.json | 6 ++ skills/.gitkeep | 0 5 files changed, 191 insertions(+) create mode 100644 .mattrbld/collections/Skills.json create mode 100644 .mattrbld/config.json create mode 100644 .mattrbld/schemas/Skills.json create mode 100644 .mattrbld/users/noahspannbauer-icloud-com.json create mode 100644 skills/.gitkeep diff --git a/.mattrbld/collections/Skills.json b/.mattrbld/collections/Skills.json new file mode 100644 index 0000000..9f16918 --- /dev/null +++ b/.mattrbld/collections/Skills.json @@ -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": "" +} \ No newline at end of file diff --git a/.mattrbld/config.json b/.mattrbld/config.json new file mode 100644 index 0000000..0ccf583 --- /dev/null +++ b/.mattrbld/config.json @@ -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" + ] + } + } +} \ No newline at end of file diff --git a/.mattrbld/schemas/Skills.json b/.mattrbld/schemas/Skills.json new file mode 100644 index 0000000..c2945b0 --- /dev/null +++ b/.mattrbld/schemas/Skills.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/.mattrbld/users/noahspannbauer-icloud-com.json b/.mattrbld/users/noahspannbauer-icloud-com.json new file mode 100644 index 0000000..bb16983 --- /dev/null +++ b/.mattrbld/users/noahspannbauer-icloud-com.json @@ -0,0 +1,6 @@ +{ + "email": "noahspannbauer@icloud.com", + "id": "noahspannbauer-icloud-com", + "name": "Noah", + "role": "owner" +} \ No newline at end of file diff --git a/skills/.gitkeep b/skills/.gitkeep new file mode 100644 index 0000000..e69de29