mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Extended {{get}} helper to query "pages"
refs #9866 - only possible with v2
This commit is contained in:
parent
12ff70497f
commit
dcf6c0483c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ var proxy = require('./proxy'),
|
|||
get;
|
||||
|
||||
// Endpoints that the helper is able to access
|
||||
resources = ['posts', 'tags', 'users'];
|
||||
resources = ['posts', 'tags', 'users', 'pages'];
|
||||
|
||||
// Short forms of paths which we should understand
|
||||
pathAliases = {
|
||||
|
|
Loading…
Add table
Reference in a new issue