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

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