Skip to content

Commit

Permalink
Navigation: List draft navigations
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Jun 13, 2023
1 parent 1dbb812 commit 726112f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// on apiFetch this query is limited to 100.
export const PRELOADED_NAVIGATION_MENUS_QUERY = {
per_page: 100,
status: 'publish',
status: [ 'publish', 'draft' ],
order: 'desc',
orderby: 'date',
};

0 comments on commit 726112f

Please sign in to comment.