From 81d7b484c8e0b0eee5805805b121e3c860dd82dd Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Wed, 13 May 2026 10:07:48 -0700 Subject: [PATCH] Update content through Mattrbld --- .mattrbld/config.json | 76 +++++++++++++++++++++ .mattrbld/users/lee-cattarin-gmail-com.json | 6 ++ 2 files changed, 82 insertions(+) create mode 100644 .mattrbld/config.json create mode 100644 .mattrbld/users/lee-cattarin-gmail-com.json diff --git a/.mattrbld/config.json b/.mattrbld/config.json new file mode 100644 index 0000000..dd72ebb --- /dev/null +++ b/.mattrbld/config.json @@ -0,0 +1,76 @@ +{ + "autoquotes": null, + "brandColors": [], + "corsProxy": "/corsprox", + "name": "mattrbld-test", + "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": { + "customReplacements": [], + "lowercase": true, + "decamelize": true, + "preserveLeadingUnderscore": true, + "preserveTrailingDash": false, + "preserveCharacters": [], + "separator": "-", + "transliterate": true + }, + "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/users/lee-cattarin-gmail-com.json b/.mattrbld/users/lee-cattarin-gmail-com.json new file mode 100644 index 0000000..5e9da11 --- /dev/null +++ b/.mattrbld/users/lee-cattarin-gmail-com.json @@ -0,0 +1,6 @@ +{ + "email": "lee.cattarin@gmail.com", + "id": "lee-cattarin-gmail-com", + "name": "Lee Cattarin", + "role": "owner" +} \ No newline at end of file