Skip to content

Commit

Permalink
Merge pull request #82 from funkhaus/whitelist-separator-block
Browse files Browse the repository at this point in the history
Added separator block to whitelist
  • Loading branch information
drewbaker authored Dec 16, 2024
2 parents 909ba69 + 7a465cf commit 7309b35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/gutenberg-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function( $name ) {
'core/video',
'core/buttons',
'core/button',
'core/separator',
);

return array_merge( $acf_blocks, $whitelist );
Expand Down

0 comments on commit 7309b35

Please sign in to comment.