Skip to content

Commit 8bc951a

Browse files
specify apiVersion so that WP 6.9 can proceed with iframe editor. closes #802
1 parent c1f26d0 commit 8bc951a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/src/js/forms-block.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const { SelectControl } = window.wp.components // eslint-disable-line no-unused-
44
const forms = window.mc4wp_forms
55

66
registerBlockType('mailchimp-for-wp/form', {
7+
apiVersion: 3,
78
title: __('Mailchimp for WordPress Form'),
89
description: __('Block showing a Mailchimp for WordPress sign-up form'),
910
category: 'widgets',

0 commit comments

Comments
 (0)