Add config file link to demo page

This commit is contained in:
Daniel Lautzenheiser 2022-12-21 15:18:22 -05:00
parent 110580ed91
commit 135320b658
2 changed files with 13 additions and 0 deletions

View File

@ -110,6 +110,14 @@ CMS.registerAdditionalLink({
icon: 'page',
},
});
CMS.registerAdditionalLink({
id: 'config',
title: 'Demo config.yml',
data: 'https://github.com/StaticJsCMS/static-cms/blob/main/packages/demo/config.yml',
options: {
icon: 'page',
},
});
CMS.registerAdditionalLink({
id: 'custom-page',
title: 'Custom Page',

View File

@ -0,0 +1,5 @@
{
"name": "@staticcms/demo",
"version": "1.0.0",
"private": true
}