Skip to content

Commit 44d5932

Browse files
committed
fix: correct registration mode property in editor stacks
1 parent 615a249 commit 44d5932

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

editor-stacks/index.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,16 @@
1717
* under the License.
1818
*/
1919

20-
import Component from './Component';
21-
import i18nConfig from './i18n';
22-
import info from './info.yaml';
20+
import Component from "./Component";
21+
import i18nConfig from "./i18n";
22+
import info from "./info.yaml";
2323

2424
export default {
2525
info: {
2626
type: info.type,
2727
slug_name: info.slug_name,
28-
mode: info.mode,
28+
registrationMode: info.registrationMode,
2929
},
3030
component: Component,
3131
i18nConfig,
3232
};
33-

0 commit comments

Comments
 (0)