Skip to content

Commit

Permalink
Remove unnecssary config. (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
bstopp authored Oct 31, 2023
1 parent e18e8b5 commit 4202733
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions blocks/juicer/juicer.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ export default async function decorate(block) {
block.innerHTML = `
<h2>${config.title}</h2>
<ul class="juicer-feed"
data-feed-id="${config['feed-id']}"
data-pages="1"
data-per="${config.show || ''}"
data-columns="${config.columns || 4}"></ul>
data-feed-id="${config['feed-id']}"></ul>
`;
io.observe(block);
}

0 comments on commit 4202733

Please sign in to comment.