Skip to content

Commit cfe7324

Browse files
committed
Exclude Gravity Forms from Blocks Visibility
1 parent 24dee5e commit cfe7324

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/features/breakpoint-visibility.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { useState } from '@wordpress/element';
1414

1515
const excludeBlocks = [
1616
'core/rss',
17+
'gravityforms/form',
1718
];
1819

1920
/**

0 commit comments

Comments
 (0)