cc4ff8c6d4
refs https://github.com/TryGhost/Team/issues/3168 - This is basic scaffolding for collection resources UI in Admin. For the most part it's a copy-paste of tags code with slight modifications to fit the collections usecase
7 lines
172 B
JavaScript
7 lines
172 B
JavaScript
import CollectionRoute from '../collection';
|
|
|
|
export default class NewRoute extends CollectionRoute {
|
|
controllerName = 'collection';
|
|
templateName = 'collection';
|
|
}
|