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:
2025-10-07 13:53:58 +00:00
parent a0ffc7c4d7
commit a687b639d2
14 changed files with 7054 additions and 2367 deletions

View File

@@ -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
}