d6c22df6d7
no issue - added `page` model - removed `page` param from Post model - added pages screen with associated links - added `:type` param to editor screens to work with the right models - removed post<->page toggle and associated tour item
4 lines
80 B
JavaScript
4 lines
80 B
JavaScript
import PostSerializer from './post';
|
|
|
|
export default PostSerializer.extend({});
|