We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615a249 commit 44d5932Copy full SHA for 44d5932
editor-stacks/index.ts
@@ -17,17 +17,16 @@
17
* under the License.
18
*/
19
20
-import Component from './Component';
21
-import i18nConfig from './i18n';
22
-import info from './info.yaml';
+import Component from "./Component";
+import i18nConfig from "./i18n";
+import info from "./info.yaml";
23
24
export default {
25
info: {
26
type: info.type,
27
slug_name: info.slug_name,
28
- mode: info.mode,
+ registrationMode: info.registrationMode,
29
},
30
component: Component,
31
i18nConfig,
32
};
33
-
0 commit comments