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