Skip to content
Snippets Groups Projects
Commit ae2cbe1b authored by chris's avatar chris
Browse files

core plugins service

parent c96ec435
No related branches found
No related tags found
1 merge request!458Hhmi accessibility
import Service from '../../../Service';
import FakeCursorPlugin from '../../plugins/FakeCursorPlugin';
export default class CorePluginsService extends Service {
boot() {
this.app.PmPlugins.add(
'fakeCursorPlugin',
FakeCursorPlugin('fakeCursorPlugin'),
);
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment