Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
We might not want to limit to interactive blocks only
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Apr 17, 2023
1 parent 04da5ca commit b7c6925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-directives.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ function wp_directives_inner_blocks( $parsed_block, $source_block, $parent_block
) {
$parsed_block['isolated'] = true;
}
$parsed_block['inner_block'] = true; // TODO: Limit to interactive blocks.
$parsed_block['inner_block'] = true;
}
return $parsed_block;
}
Expand Down

0 comments on commit b7c6925

Please sign in to comment.