FEATURE Introducing mailpoet form on newletter
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4bfd62ad11
commit
7c85dfa13c
|
|
@ -1 +1 @@
|
|||
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-i18n'), 'version' => 'e86970781dd6b6885a38');
|
||||
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-i18n'), 'version' => 'ead20893461e26eb1348');
|
||||
|
|
|
|||
|
|
@ -203,7 +203,7 @@ function Edit({
|
|||
template: [["core/paragraph", {
|
||||
placeholder: "Ajouter ici le texte"
|
||||
}]],
|
||||
allowedBlocks: ["core/heading", "core/paragraph", "core/group", "core/list", "core/button", "core/image", "core/buttons", "core/columns", "core/post-title", "carhop-blocks/heading", "carhop-blocks/decorative-shapes", "acf/statistics-datas", "carhop-blocks/scroll-story-block", "carhop-blocks/cta-group", "ninja-forms/form", "carhop-blocks/localisation-map", "gravityforms/form", "dynamiques-blocks/sitemap"]
|
||||
allowedBlocks: ["core/heading", "core/paragraph", "core/group", "core/list", "core/button", "core/image", "core/buttons", "core/columns", "core/post-title", "carhop-blocks/heading", "carhop-blocks/decorative-shapes", "acf/statistics-datas", "carhop-blocks/scroll-story-block", "carhop-blocks/cta-group", "ninja-forms/form", "carhop-blocks/localisation-map", "gravityforms/form", "dynamiques-blocks/sitemap", "mailpoet/subscription-form-block"]
|
||||
})
|
||||
})
|
||||
})]
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -168,6 +168,7 @@ export default function Edit({ attributes, setAttributes, ...props }) {
|
|||
"carhop-blocks/localisation-map",
|
||||
"gravityforms/form",
|
||||
"dynamiques-blocks/sitemap",
|
||||
"mailpoet/subscription-form-block",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -14,11 +14,12 @@ $title = $attributes['title'] ?? null;
|
|||
</div>
|
||||
|
||||
<div class="subscribe-infolettre__form">
|
||||
<form action="">
|
||||
<?php echo do_shortcode('[mailpoet_form id="1"]'); ?>
|
||||
<!-- <form action="">
|
||||
<input type="text" placeholder="Nom" />
|
||||
<input type="email" placeholder="Adresse email" />
|
||||
<button type="submit">S'abonner</button>
|
||||
</form>
|
||||
</form> -->
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
@ -14,11 +14,12 @@ $title = $attributes['title'] ?? null;
|
|||
</div>
|
||||
|
||||
<div class="subscribe-infolettre__form">
|
||||
<form action="">
|
||||
<?php echo do_shortcode('[mailpoet_form id="1"]'); ?>
|
||||
<!-- <form action="">
|
||||
<input type="text" placeholder="Nom" />
|
||||
<input type="email" placeholder="Adresse email" />
|
||||
<button type="submit">S'abonner</button>
|
||||
</form>
|
||||
</form> -->
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Loading…
Reference in New Issue
Block a user