This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-12-28 13:22:39 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
fcb95ecc1a
Ghost
/
ghost
/
admin
/
mirage
/
models
/
page.js
6 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
🎨 Separated post and page list screens (#1101) 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
2019-02-22 06:17:33 +03:00
import
PostModel
from
'./post'
;
export
default
PostModel
.
extend
(
{
Added Admin acceptance test for post revision restoration ref https://linear.app/tryghost/issue/ENG-1078 - adds required setup for acceptance testing post revisions - adds happy-path test for listing, previewing, and restoring a post revision
2024-06-04 21:46:39 +03:00
postRevisions
:
null
🎨 Separated post and page list screens (#1101) 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
2019-02-22 06:17:33 +03:00
}
)
;
Reference in New Issue
Copy Permalink