Skip to content

Commit

Permalink
feat(posts-inserter): increase posts count cap to 20
Browse files Browse the repository at this point in the history
Closes #246
  • Loading branch information
adekbadek committed Aug 7, 2020
1 parent 6c4e4dd commit c622ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/blocks/posts-inserter/query-controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const QueryControlsSettings = ( { attributes, setAttributes } ) => {
// Support for legacy Gutenberg version.
categoriesList={ [] }
minItems={ 1 }
maxItems={ 10 }
maxItems={ 20 }
/>
) }
</div>
Expand Down

0 comments on commit c622ce4

Please sign in to comment.