[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;
|
||||
@@ -2,6 +2,7 @@
|
||||
"title": "VRCT Example Plugins 1",
|
||||
"plugin_id": "vrct_plugin_example_1",
|
||||
"asset_name": "vrct_plugin_example_1.zip",
|
||||
"location": "main_section",
|
||||
"plugin_version": "0.0.1",
|
||||
"min_supported_vrct_version": "3.0.4",
|
||||
"max_supported_vrct_version": "3.0.6"
|
||||
|
||||
Reference in New Issue
Block a user