2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Extended {{get}} helper to query "pages"

refs #9866

- only possible with v2
This commit is contained in:
kirrg001 2018-10-17 15:04:44 +02:00 committed by Katharina Irrgang
parent 12ff70497f
commit dcf6c0483c

View file

@ -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 = {