Update content through Mattrbld
This commit is contained in:
parent
2768dd12e4
commit
96929f5f18
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"allowedTypes": [],
|
||||||
|
"defaultFilename": null,
|
||||||
|
"dir": "/events",
|
||||||
|
"disableComments": false,
|
||||||
|
"disablePreview": false,
|
||||||
|
"draftByDefault": false,
|
||||||
|
"linkable": true,
|
||||||
|
"maxSize": null,
|
||||||
|
"permissions": {
|
||||||
|
"everybody": [
|
||||||
|
"everything"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"rawEntityNames": false,
|
||||||
|
"schemas": [
|
||||||
|
"/.mattrbld/schemas/event.json"
|
||||||
|
],
|
||||||
|
"type": "md",
|
||||||
|
"urlTemplate": ""
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"allowedTypes": [],
|
||||||
|
"defaultFilename": null,
|
||||||
|
"dir": "/organizations",
|
||||||
|
"disableComments": false,
|
||||||
|
"disablePreview": false,
|
||||||
|
"draftByDefault": false,
|
||||||
|
"linkable": true,
|
||||||
|
"maxSize": null,
|
||||||
|
"permissions": {
|
||||||
|
"everybody": [
|
||||||
|
"everything"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"rawEntityNames": false,
|
||||||
|
"schemas": [
|
||||||
|
"/.mattrbld/schemas/organization.json"
|
||||||
|
],
|
||||||
|
"type": "json",
|
||||||
|
"urlTemplate": ""
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,79 @@
|
||||||
|
{
|
||||||
|
"autoquotes": null,
|
||||||
|
"brandColors": [],
|
||||||
|
"corsProxy": "/corsprox",
|
||||||
|
"name": "yyc.lgbt",
|
||||||
|
"sidebar": [
|
||||||
|
{
|
||||||
|
"label": "Dashboard",
|
||||||
|
"icon": "grid",
|
||||||
|
"target": {
|
||||||
|
"name": "Project"
|
||||||
|
},
|
||||||
|
"protected": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"icon": null,
|
||||||
|
"label": "organizations",
|
||||||
|
"target": {
|
||||||
|
"name": "Project.Collection",
|
||||||
|
"params": {
|
||||||
|
"path": "/.mattrbld/collections/organizations.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Media Library",
|
||||||
|
"icon": "image-stack",
|
||||||
|
"target": {
|
||||||
|
"name": "Project.MediaLibrary"
|
||||||
|
},
|
||||||
|
"protected": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"icon": null,
|
||||||
|
"label": "events",
|
||||||
|
"target": {
|
||||||
|
"name": "Project.Collection",
|
||||||
|
"params": {
|
||||||
|
"path": "/.mattrbld/collections/events.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,138 @@
|
||||||
|
{
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"type": "date",
|
||||||
|
"default": null,
|
||||||
|
"icon": "calendar",
|
||||||
|
"key": "date",
|
||||||
|
"label": "Date and Time",
|
||||||
|
"options": {
|
||||||
|
"outputFormat": "iso",
|
||||||
|
"removable": false,
|
||||||
|
"showTime": true,
|
||||||
|
"defaultToNow": true,
|
||||||
|
"useAsUpdatedAt": false,
|
||||||
|
"only": null
|
||||||
|
},
|
||||||
|
"tab": "Untitled Tab",
|
||||||
|
"validation": {
|
||||||
|
"max": null,
|
||||||
|
"min": null,
|
||||||
|
"required": false,
|
||||||
|
"unit": "date",
|
||||||
|
"isString": true
|
||||||
|
},
|
||||||
|
"value": null,
|
||||||
|
"version": 2,
|
||||||
|
"visibility": {
|
||||||
|
"hidden": false,
|
||||||
|
"showByValue": {
|
||||||
|
"field": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "rich text",
|
||||||
|
"default": null,
|
||||||
|
"icon": "text",
|
||||||
|
"key": "rich-text",
|
||||||
|
"label": "Rich Text",
|
||||||
|
"localised": false,
|
||||||
|
"options": {
|
||||||
|
"outputFormat": "html",
|
||||||
|
"blockFormats": [
|
||||||
|
"blockquote",
|
||||||
|
"heading",
|
||||||
|
"hr",
|
||||||
|
"orderedList",
|
||||||
|
"unorderedList",
|
||||||
|
"image"
|
||||||
|
],
|
||||||
|
"inlineFormats": [
|
||||||
|
"em",
|
||||||
|
"strong",
|
||||||
|
"link"
|
||||||
|
],
|
||||||
|
"formatOptions": [
|
||||||
|
"allowQuoteFooters",
|
||||||
|
"allowNestedLists",
|
||||||
|
"allowImageCaptions"
|
||||||
|
],
|
||||||
|
"inputRuleOptions": [
|
||||||
|
"autoquotes",
|
||||||
|
"dashes",
|
||||||
|
"ellipsis",
|
||||||
|
"noDoubleCaps",
|
||||||
|
"noDoubleSpace"
|
||||||
|
],
|
||||||
|
"minHeading": 2,
|
||||||
|
"maxHeading": 4,
|
||||||
|
"codeLangs": [
|
||||||
|
"html",
|
||||||
|
"css",
|
||||||
|
"javascript",
|
||||||
|
"markdown"
|
||||||
|
],
|
||||||
|
"allowRaw": false,
|
||||||
|
"urlTemplate": "",
|
||||||
|
"urlSuffix": "",
|
||||||
|
"linkOptions": [
|
||||||
|
"forceBlankTarget",
|
||||||
|
"allowExternal",
|
||||||
|
"allowInternal"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "reference",
|
||||||
|
"default": null,
|
||||||
|
"icon": "document-link",
|
||||||
|
"key": "reference",
|
||||||
|
"label": "Content Reference",
|
||||||
|
"localised": false,
|
||||||
|
"options": {
|
||||||
|
"collections": [
|
||||||
|
"/.mattrbld/collections/organizations.json"
|
||||||
|
],
|
||||||
|
"field": "text",
|
||||||
|
"removable": false
|
||||||
|
},
|
||||||
|
"tab": "Untitled Tab",
|
||||||
|
"validation": {
|
||||||
|
"required": false
|
||||||
|
},
|
||||||
|
"value": null,
|
||||||
|
"version": 2,
|
||||||
|
"visibility": {
|
||||||
|
"hidden": false,
|
||||||
|
"showByValue": {
|
||||||
|
"field": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"tabs": [
|
||||||
|
{
|
||||||
|
"label": "Untitled Tab",
|
||||||
|
"groupAs": null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,63 @@
|
||||||
|
{
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"type": "id",
|
||||||
|
"icon": "hash",
|
||||||
|
"key": "id",
|
||||||
|
"label": "Unique ID",
|
||||||
|
"options": {
|
||||||
|
"type": "uuid",
|
||||||
|
"idTemplate": "",
|
||||||
|
"editable": false
|
||||||
|
},
|
||||||
|
"tab": "Untitled Tab",
|
||||||
|
"validation": {
|
||||||
|
"required": true
|
||||||
|
},
|
||||||
|
"value": null,
|
||||||
|
"version": 3,
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"email": "lumenkeyes@gmail.com",
|
||||||
|
"id": "lumenkeyes-gmail-com",
|
||||||
|
"name": "Lumen Keyes",
|
||||||
|
"role": "owner"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
date: '2026-03-17T10:23:25-06:00'
|
||||||
|
rich-text: null
|
||||||
|
reference: null
|
||||||
|
___mb_schema: /.mattrbld/schemas/event.json
|
||||||
|
___mb_unedited: true
|
||||||
|
---
|
||||||
|
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"id": "771022a6-25da-4561-8451-4cafa18dcd22",
|
||||||
|
"text": "The Pansy Club",
|
||||||
|
"___mb_schema": "/.mattrbld/schemas/organization.json"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"date": "2026-03-16T18:22:15-06:00",
|
||||||
|
"rich-text": null,
|
||||||
|
"___mb_schema": "/.mattrbld/schemas/post.json",
|
||||||
|
"___mb_unedited": true
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"date": "2026-03-16T21:06:51-06:00",
|
||||||
|
"rich-text": null,
|
||||||
|
"reference": "The Pansy Club",
|
||||||
|
"___mb_schema": "/.mattrbld/schemas/post.json"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"date": "2026-03-16T20:59:06-06:00",
|
||||||
|
"rich-text": null,
|
||||||
|
"checkboxes": null,
|
||||||
|
"___mb_schema": "/.mattrbld/schemas/post.json",
|
||||||
|
"___mb_unedited": true
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue