From dcf6c0483c5e44c5185754a8edd0e1242d66dea9 Mon Sep 17 00:00:00 2001 From: kirrg001 Date: Wed, 17 Oct 2018 15:04:44 +0200 Subject: [PATCH] Extended {{get}} helper to query "pages" refs #9866 - only possible with v2 --- core/server/helpers/get.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/server/helpers/get.js b/core/server/helpers/get.js index 8212141bd5..3bd6c7ca84 100644 --- a/core/server/helpers/get.js +++ b/core/server/helpers/get.js @@ -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 = {