You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Sponsors List block seems to only show 10 sponsors for a particular category "Mini Sponsor" and we have 15 published sponsors in the category. If I order new to old I can see the other 5. The block seems to have a limit of showing only 10. Had a look all over for an option to change this limit but can't seem to find it.
Originally this could be found in the block toolbar as described here #879 (comment) — but it looks like the Query Loop block has been updated and the settings moved. They're now in the sidebar:
To reproduce
Add any customized query loop, Sponsors List, Sessions List, etc
Try to change the number of items displayed
You can't ❌
Expected behavior
You should be able to change the number of results in the list.
Likely this is because we set a subset of allowedControls in these blocks, and since WordPress/gutenberg#58207, the count and offset controls use this list. Each block should get postCount, offset, and pages added to that list in block.json.
Reported in slack by limecanvas.
Originally this could be found in the block toolbar as described here #879 (comment) — but it looks like the Query Loop block has been updated and the settings moved. They're now in the sidebar:
To reproduce
Expected behavior
You should be able to change the number of results in the list.
Likely this is because we set a subset of
allowedControls
in these blocks, and since WordPress/gutenberg#58207, the count and offset controls use this list. Each block should getpostCount
,offset
, andpages
added to that list inblock.json
.This applies to all the Query Loop variations
The text was updated successfully, but these errors were encountered: