Allow custom icons and additional links in left nav

This commit is contained in:
Daniel Lautzenheiser
2022-09-20 10:14:40 -04:00
parent a82f27100e
commit 04098bf96d
7 changed files with 127 additions and 3 deletions

View File

@ -62,6 +62,7 @@ collections: # A list of collections the CMS should be able to edit
- name: 'settings'
label: 'Settings'
icon: 'settings'
delete: false # Prevent users from deleting documents in this collection
editor:
preview: false

View File

@ -237,6 +237,7 @@
);
}
});
CMS.registerAdditionalLink('Example.com', 'https://example.com/', 'new-tab');
</script>
</body>
</html>