mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +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
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
import PostModel from './post';
|
|
|
|
export default PostModel.extend({
|
|
displayName: 'page'
|
|
});
|