Make Max Number of Posts Filterable #114
Labels
enhancement
New feature or request
gutenberg
Requires understanding Gutenberg
php
Requires understanding PHP
typescript
Requires understanding TypeScript
Description
The maximum number of posts is hardcoded to 10, but should be filterable. It's used in Gutenberg here to set the upper bound of the range control: https://github.com/alleyinteractive/wp-curate/blob/develop/blocks/query/edit.tsx#L293
Use Case
Acceptance Criteria
wp_localize_script
to make this value available to the editor script for the block.The text was updated successfully, but these errors were encountered: