export default {
resource: 'admin.adminPlugins',
path: '/plugins',
map() {
this.route('purple-tentacle');
}
};
What do we exactly specify in the resource field here?
export default {
resource: 'admin.adminPlugins',
path: '/plugins',
map() {
this.route('purple-tentacle');
}
};
What do we exactly specify in the resource field here?