From a27ba55b50846a5ce46ec336e695b29a0b30eb13 Mon Sep 17 00:00:00 2001 From: Sanne de Vries <65487235+sanne-san@users.noreply.github.com> Date: Mon, 18 Sep 2023 12:58:44 +0200 Subject: [PATCH] Fixed reading time not showing up on frontend (#18201) Refs https://github.com/TryGhost/Product/issues/3630 --- ghost/core/core/server/lib/lexical.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/core/core/server/lib/lexical.js b/ghost/core/core/server/lib/lexical.js index 45475a4831..a62b6ea8e4 100644 --- a/ghost/core/core/server/lib/lexical.js +++ b/ghost/core/core/server/lib/lexical.js @@ -41,7 +41,7 @@ module.exports = { const getCollectionPosts = async (collectionSlug, postCount) => { const frame = { options: { - columns: ['url','excerpt'] + columns: ['url','excerpt','reading_time'] }, original: { context: {