summaryrefslogtreecommitdiffstats
path: root/frontmatter.json
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2025-05-14 17:49:42 -0400
committeranoduck <9925396+anoduck@users.noreply.github.com>2025-05-14 17:49:42 -0400
commit6d09553c1f36b50c1284c66fac67d2b13c0fd8c9 (patch)
tree7038a3c956b7b62b9efb57843f236d8480849772 /frontmatter.json
parenta35b89a5ca8bc36a7f5e3590bd35f89147d243de (diff)
feat: added images to development pages
Added images to development pages, removed lastmod frontmatter requirement
Diffstat (limited to '')
-rw-r--r--frontmatter.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/frontmatter.json b/frontmatter.json
index 47da677..b8137d5 100644
--- a/frontmatter.json
+++ b/frontmatter.json
@@ -18,5 +18,13 @@
"frontMatter.preview.pathName": "",
"frontMatter.preview.trailingSlash": true,
"frontMatter.website.host": "https://corruptlamar.com",
- "frontMatter.dashboard.openOnStart": true
+ "frontMatter.dashboard.openOnStart": true,
+ "frontMatter.global.modes": [
+ {
+ "id": "settings",
+ "features": [
+ "panel.globalSettings"
+ ]
+ }
+ ]
} \ No newline at end of file