[Update] Plugins: Move location from index to plugin_info.json.
This commit is contained in:
@@ -8,10 +8,7 @@ export const init = (plugin_context) => {
|
||||
return <MainContainer />;
|
||||
};
|
||||
|
||||
plugin_context.registerComponent({
|
||||
location: "main_section",
|
||||
component: EntryComponents,
|
||||
});
|
||||
plugin_context.registerComponent(EntryComponents);
|
||||
};
|
||||
|
||||
export default init;
|
||||
Reference in New Issue
Block a user