diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-05-14 17:49:42 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-05-14 17:49:42 -0400 |
| commit | 6d09553c1f36b50c1284c66fac67d2b13c0fd8c9 (patch) | |
| tree | 7038a3c956b7b62b9efb57843f236d8480849772 /frontmatter.json | |
| parent | a35b89a5ca8bc36a7f5e3590bd35f89147d243de (diff) | |
feat: added images to development pages
Added images to development pages, removed lastmod frontmatter requirement
Diffstat (limited to 'frontmatter.json')
| -rw-r--r-- | frontmatter.json | 10 |
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 |
