Add config file link to demo page
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user