We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f26d0 commit 8bc951aCopy full SHA for 8bc951a
assets/src/js/forms-block.js
@@ -4,6 +4,7 @@ const { SelectControl } = window.wp.components // eslint-disable-line no-unused-
4
const forms = window.mc4wp_forms
5
6
registerBlockType('mailchimp-for-wp/form', {
7
+ apiVersion: 3,
8
title: __('Mailchimp for WordPress Form'),
9
description: __('Block showing a Mailchimp for WordPress sign-up form'),
10
category: 'widgets',
0 commit comments