Spaces:
Running
Running
Update src/addons/generated/addon-manifests.js
Browse files
src/addons/generated/addon-manifests.js
CHANGED
@@ -3,6 +3,7 @@ import _cat_blocks from "../addons/cat-blocks/_manifest_entry.js";
|
|
3 |
import _editor_devtools from "../addons/editor-devtools/_manifest_entry.js";
|
4 |
import _find_bar from "../addons/find-bar/_manifest_entry.js";
|
5 |
import _middle_click_popup from "../addons/middle-click-popup/_manifest_entry.js";
|
|
|
6 |
import _editor_block_chomping from "../addons/editor-block-chomping/_manifest_entry.js";
|
7 |
import _jump_to_def from "../addons/jump-to-def/_manifest_entry.js";
|
8 |
import _editor_searchable_dropdowns from "../addons/editor-searchable-dropdowns/_manifest_entry.js";
|
@@ -70,6 +71,7 @@ export default {
|
|
70 |
"cat-blocks": _cat_blocks,
|
71 |
"editor-devtools": _editor_devtools,
|
72 |
"find-bar": _find_bar,
|
|
|
73 |
"middle-click-popup": _middle_click_popup,
|
74 |
"editor-block-chomping": _editor_block_chomping,
|
75 |
"jump-to-def": _jump_to_def,
|
|
|
3 |
import _editor_devtools from "../addons/editor-devtools/_manifest_entry.js";
|
4 |
import _find_bar from "../addons/find-bar/_manifest_entry.js";
|
5 |
import _middle_click_popup from "../addons/middle-click-popup/_manifest_entry.js";
|
6 |
+
import _save_to_google from "../addons/save-to-google/_manifest_entry.js";
|
7 |
import _editor_block_chomping from "../addons/editor-block-chomping/_manifest_entry.js";
|
8 |
import _jump_to_def from "../addons/jump-to-def/_manifest_entry.js";
|
9 |
import _editor_searchable_dropdowns from "../addons/editor-searchable-dropdowns/_manifest_entry.js";
|
|
|
71 |
"cat-blocks": _cat_blocks,
|
72 |
"editor-devtools": _editor_devtools,
|
73 |
"find-bar": _find_bar,
|
74 |
+
"save-to-google": _save_to_google,
|
75 |
"middle-click-popup": _middle_click_popup,
|
76 |
"editor-block-chomping": _editor_block_chomping,
|
77 |
"jump-to-def": _jump_to_def,
|