Skip to content

Commit

Permalink
Only support one block and add to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nateconley committed Jun 21, 2024
1 parent b84c0bc commit f960aed
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ WordPress.com compatibility is limited to Business tier users only. [How to add

![Configuring extra fields on your Signup Form (optional)](https://github.com/mailchimp/wordpress/blob/develop/.wordpress-org/screenshot-4.jpg?raw=true)

## Frequently Asked Questions

### Can I have multiple forms on one page?

No, only one form should exist per page, no matter the display type (widget, shortcode, or block).

## Installation

This section describes how to install the plugin and get started using it.
Expand Down
1 change: 1 addition & 0 deletions includes/blocks/mailchimp/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"supports": {
"html": false,
"multiple": false,
"reusable": true,
"align": [ "wide", "full" ],
"__experimentalBorder": {
Expand Down
2 changes: 1 addition & 1 deletion includes/blocks/mailchimp/editor.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Leave this blank - wp_add_inline_style relies on this file existing */
/* Leave this file - wp_add_inline_style relies on this file existing */
#mc_message {
display: none;
}
6 changes: 6 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ After installation, you’ll log in with your API key, select your Mailchimp lis

WordPress.com compatibility is limited to Business tier users only. [How to add a signup form if you have a WordPress.com site](https://mailchimp.com/help/ways-to-add-a-signup-form-in-wordpress/).

== Frequently Asked Questions ==

= Can I have multiple forms on one page? =

No, only one form should exist per page, no matter the display type (widget, shortcode, or block).

== Installation ==

This section describes how to install the plugin and get started using it.
Expand Down

0 comments on commit f960aed

Please sign in to comment.