Skip to content

Commit

Permalink
Tweak: Loop item fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusborne committed Dec 5, 2024
1 parent ebc8cfd commit d811754
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/blocks/loop-item/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function EditBlock( props ) {
editorHtmlAttributes,
styles,
context,
name,
} = props;

const {
Expand Down
3 changes: 3 additions & 0 deletions src/blocks/looper/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,8 @@
"generateblocks/queryType",
"generateblocks/loopIndex",
"generateblocks/loopItem"
],
"allowedBlocks": [
"generateblocks/loop-item"
]
}

0 comments on commit d811754

Please sign in to comment.