diff --git a/.mattrbld/config.json b/.mattrbld/config.json index a677f57..c37289d 100644 --- a/.mattrbld/config.json +++ b/.mattrbld/config.json @@ -12,6 +12,16 @@ }, "protected": true }, + { + "icon": "error", + "label": "Help", + "target": { + "name": "Project.Documentation", + "params": { + "path": "/README.md" + } + } + }, { "icon": "document-stack", "label": "Pages", diff --git a/.mattrbld/media/chickadee.jpg.json b/.mattrbld/media/chickadee.jpg.json deleted file mode 100644 index 327f161..0000000 --- a/.mattrbld/media/chickadee.jpg.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "alt": "A chickadee on a fence post.", - "title": null -} \ No newline at end of file diff --git a/.mattrbld/schemas/page.json b/.mattrbld/schemas/page.json index 29a0e00..d807686 100644 --- a/.mattrbld/schemas/page.json +++ b/.mattrbld/schemas/page.json @@ -30,32 +30,6 @@ } } }, - { - "type": "image", - "default": null, - "icon": "image", - "key": "hero", - "label": "Hero image", - "options": { - "resolutionHint": "1800", - "removable": true, - "simple": false - }, - "tab": "Page data", - "validation": { - "max": null, - "required": false, - "unit": "filesize (MB)" - }, - "value": null, - "version": 1, - "visibility": { - "hidden": false, - "showByValue": { - "field": null - } - } - }, { "type": "rich text", "default": null, diff --git a/src/img/chickadee.jpg b/src/img/chickadee.jpg deleted file mode 100644 index 0f1e262..0000000 Binary files a/src/img/chickadee.jpg and /dev/null differ