From 7902649d934433729d20fb3c87b2b49942b096b5 Mon Sep 17 00:00:00 2001 From: dadolun95 Date: Tue, 9 Sep 2025 11:54:39 +0200 Subject: [PATCH 1/3] Update dependencies-template.json with pagebuilder enhancements Add mage-os pagebuilder import/export and cms widget component modules to dependencies-template.json --- .../product-community-edition/dependencies-template.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json b/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json index 32d93c2..adb443d 100644 --- a/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json +++ b/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json @@ -3,6 +3,8 @@ "creatuity/magento2-interceptors": "https://github.com/creatuity/magento2-interceptors.git", "mage-os/inventory-metapackage": "https://github.com/mage-os/mageos-inventory.git", "mage-os/page-builder": "https://github.com/mage-os/mageos-magento2-page-builder.git", + "mage-os/module-pagebuilder-template-import-export": "git@github.com:mage-os-lab/module-pagebuilder-template-import-export.git", + "mage-os/module-page-builder-widget": "git@github.com:mage-os-lab/module-page-builder-widget.git", "mage-os/security-package": "https://github.com/mage-os/mageos-security-package.git", "mage-os/theme-adminhtml-m137": "https://github.com/mage-os-lab/theme-adminhtml-m137.git" } From 890da6bf4f40691eb3cebaa006ddbc2658ea49f0 Mon Sep 17 00:00:00 2001 From: dadolun95 Date: Tue, 9 Sep 2025 12:04:04 +0200 Subject: [PATCH 2/3] Update dependencies-template.json Fix wrong dependency git repos using https --- .../product-community-edition/dependencies-template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json b/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json index adb443d..71f98a1 100644 --- a/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json +++ b/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json @@ -3,8 +3,8 @@ "creatuity/magento2-interceptors": "https://github.com/creatuity/magento2-interceptors.git", "mage-os/inventory-metapackage": "https://github.com/mage-os/mageos-inventory.git", "mage-os/page-builder": "https://github.com/mage-os/mageos-magento2-page-builder.git", - "mage-os/module-pagebuilder-template-import-export": "git@github.com:mage-os-lab/module-pagebuilder-template-import-export.git", - "mage-os/module-page-builder-widget": "git@github.com:mage-os-lab/module-page-builder-widget.git", + "mage-os/module-pagebuilder-template-import-export": "https://github.com/mage-os-lab/module-pagebuilder-template-import-export.git", + "mage-os/module-page-builder-widget": "https://github.com/mage-os-lab/module-page-builder-widget.git", "mage-os/security-package": "https://github.com/mage-os/mageos-security-package.git", "mage-os/theme-adminhtml-m137": "https://github.com/mage-os-lab/theme-adminhtml-m137.git" } From d37aa6fdd92b5b1079541d671d29d314f9ff04e4 Mon Sep 17 00:00:00 2001 From: Ryan Hoerr Date: Thu, 2 Oct 2025 20:00:40 -0400 Subject: [PATCH 3/3] Changed PR to just mage-os/module-pagebuilder-template-import-export --- .../product-community-edition/dependencies-template.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json b/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json index 71f98a1..9512662 100644 --- a/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json +++ b/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json @@ -2,9 +2,8 @@ "dependencies": { "creatuity/magento2-interceptors": "https://github.com/creatuity/magento2-interceptors.git", "mage-os/inventory-metapackage": "https://github.com/mage-os/mageos-inventory.git", - "mage-os/page-builder": "https://github.com/mage-os/mageos-magento2-page-builder.git", "mage-os/module-pagebuilder-template-import-export": "https://github.com/mage-os-lab/module-pagebuilder-template-import-export.git", - "mage-os/module-page-builder-widget": "https://github.com/mage-os-lab/module-page-builder-widget.git", + "mage-os/page-builder": "https://github.com/mage-os/mageos-magento2-page-builder.git", "mage-os/security-package": "https://github.com/mage-os/mageos-security-package.git", "mage-os/theme-adminhtml-m137": "https://github.com/mage-os-lab/theme-adminhtml-m137.git" }