mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Closes #4537 - Adds Navigation to the Settings menu - Adds a `navigationUI` config flag (redirects if not an editor or author)
5 lines
147 B
JavaScript
5 lines
147 B
JavaScript
import BaseView from 'ghost/views/settings/content-base';
|
|
|
|
var SettingsNavigationView = BaseView.extend();
|
|
|
|
export default SettingsNavigationView;
|