mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
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({});
|