feat(ghost): Implement Tag, Author and Page models; add advanced filtering, search, bulk operations, image upload, related-posts, update tests and bump dependencies
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import GhostContentAPI from '@tryghost/content-api';
|
||||
import GhostAdminAPI from '@tryghost/admin-api';
|
||||
import * as smartmatch from '@push.rocks/smartmatch';
|
||||
|
||||
export {
|
||||
GhostContentAPI,
|
||||
GhostAdminAPI
|
||||
GhostAdminAPI,
|
||||
smartmatch
|
||||
}
|
||||
|
Reference in New Issue
Block a user