-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
In cli.js the original code is:
let context = {errors: [], posts: []};
. . .
context.posts = await ghost.posts.browse();
… which obviously fetches posts. However, changing the second line above to:
context.posts = await ghost.pages.browse();
… still fetches posts.
Is this hard-wired somewhere? Really should be able to fetch and index pages as well.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed