You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'use strict';
module.exports = () => {
window.kiln.toolbarButtons['article-syndication'] = require('./button.vue');
window.kiln.modals['article-syndication'] = require('./modal.vue');
};```
We need a spot for plugins to register themselves with the left drawer
## Documentation Questions
- How is it documented?
- Why do we put plugins here vs other spots?
The text was updated successfully, but these errors were encountered:
Goal
We need the option to put plugins into the left drawer.
(https://github.com/clay/clay-kiln/blob/master/lib/nav/nav-menu.vue)
Proposed Solution/Implementation
Current implementation:
The text was updated successfully, but these errors were encountered: