@lvce-editor/extension-management-worker 4.25.3 → 4.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3109,6 +3109,7 @@ const toView = (extension, registeredView, assetDir, platform) => {
3109
3109
  id,
3110
3110
  iframe: getIframe(extension, manifestView, assetDir, platform),
3111
3111
  kind: registeredView.kind || manifestView?.kind || '',
3112
+ showSideBarHeader: manifestView?.showSideBarHeader !== false,
3112
3113
  title: registeredView.title || manifestView?.title || id
3113
3114
  };
3114
3115
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-management-worker",
3
- "version": "4.25.3",
3
+ "version": "4.26.0",
4
4
  "description": "Webworker for the Extension Management functionality in Lvce Editor.",
5
5
  "keywords": [
6
6
  "web-worker"