summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/extensions/blocks/contact-form/editor.js')
-rw-r--r--plugins/jetpack/extensions/blocks/contact-form/editor.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/jetpack/extensions/blocks/contact-form/editor.js b/plugins/jetpack/extensions/blocks/contact-form/editor.js
new file mode 100644
index 00000000..9ffc068d
--- /dev/null
+++ b/plugins/jetpack/extensions/blocks/contact-form/editor.js
@@ -0,0 +1,7 @@
+/**
+ * Internal dependencies
+ */
+import registerJetpackBlock from '../../shared/register-jetpack-block';
+import { childBlocks, name, settings } from '.';
+
+registerJetpackBlock( name, settings, childBlocks );