File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ export const rootEntitiesConfig = [
159159 baseURLParams : { context : 'edit' } ,
160160 plural : 'menus' ,
161161 label : __ ( 'Menu' ) ,
162+ supportsPagination : true ,
162163 } ,
163164 {
164165 name : 'menuItem' ,
@@ -168,6 +169,7 @@ export const rootEntitiesConfig = [
168169 plural : 'menuItems' ,
169170 label : __ ( 'Menu Item' ) ,
170171 rawAttributes : [ 'title' ] ,
172+ supportsPagination : true ,
171173 } ,
172174 {
173175 name : 'menuLocation' ,
@@ -209,7 +211,6 @@ export const rootEntitiesConfig = [
209211 baseURLParams : { context : 'edit' } ,
210212 plural : 'plugins' ,
211213 key : 'plugin' ,
212- supportsPagination : true ,
213214 } ,
214215 {
215216 label : __ ( 'Status' ) ,
@@ -396,6 +397,7 @@ async function loadTaxonomyEntities() {
396397 name,
397398 label : taxonomy . name ,
398399 getTitle : ( record ) => record ?. name ,
400+ supportsPagination : true ,
399401 } ;
400402 } ) ;
401403}
You can’t perform that action at this time.
0 commit comments