From 569d566aed5c0011a54b3d44e600a17731f5167b Mon Sep 17 00:00:00 2001 From: Jonathan Danse Date: Wed, 22 Apr 2026 13:04:49 +0200 Subject: [PATCH] Add 'minimal-theme' to supported themes list --- src/Command/AbstractCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Command/AbstractCommand.php b/src/Command/AbstractCommand.php index bf33e47..5c0137e 100644 --- a/src/Command/AbstractCommand.php +++ b/src/Command/AbstractCommand.php @@ -84,6 +84,7 @@ class AbstractCommand extends Command 'community-theme-16', 'hummingbird', 'StarterTheme', + 'minimal-theme', ], 'modules' => [ 'PrestaShop-modules',