From 8b5673f694da7d6a5a23b5c07452dd09641b96f9 Mon Sep 17 00:00:00 2001 From: Herb Miller Date: Thu, 2 Jul 2020 06:50:21 +0100 Subject: [PATCH] Issue #13618 - only request three fields: id, title and parent --- packages/editor/src/components/page-attributes/parent.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/editor/src/components/page-attributes/parent.js b/packages/editor/src/components/page-attributes/parent.js index b2aa7b6579ced2..cb098fd08e1311 100644 --- a/packages/editor/src/components/page-attributes/parent.js +++ b/packages/editor/src/components/page-attributes/parent.js @@ -66,6 +66,7 @@ const applyWithSelect = withSelect( ( select ) => { parent_exclude: postId, orderby: 'menu_order', order: 'asc', + _fields: 'id,title,parent', }; return {