From c102ffab2b31c9df9ade71cb6cadc8e2a97e7dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Maneiro?= <583546+oandregal@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:52:03 +0100 Subject: [PATCH] Update wp-api-generated fixture --- tests/qunit/fixtures/wp-api-generated.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/qunit/fixtures/wp-api-generated.js b/tests/qunit/fixtures/wp-api-generated.js index 4fc897a6242e7..589341bb909a7 100644 --- a/tests/qunit/fixtures/wp-api-generated.js +++ b/tests/qunit/fixtures/wp-api-generated.js @@ -1808,6 +1808,12 @@ mockedApiResponse.Schema = { "default": [], "required": false }, + "orderby_hierarchy": { + "description": "Whether the post should be grouped by parent-child relationship (hierarchy).", + "type": "boolean", + "default": false, + "required": false + }, "search_columns": { "default": [], "description": "Array of column names to be searched.",