Skip to content

Commit

Permalink
RSS: Update max items (#39819)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored Mar 29, 2022
1 parent fcd2e76 commit c172321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/rss/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { prependHTTP } from '@wordpress/url';
import ServerSideRender from '@wordpress/server-side-render';

const DEFAULT_MIN_ITEMS = 1;
const DEFAULT_MAX_ITEMS = 10;
const DEFAULT_MAX_ITEMS = 20;

export default function RSSEdit( { attributes, setAttributes } ) {
const [ isEditing, setIsEditing ] = useState( ! attributes.feedURL );
Expand Down

0 comments on commit c172321

Please sign in to comment.