Skip to content

Conversation

@poespas
Copy link
Collaborator

@poespas poespas commented Nov 14, 2025

Add a new setMagentoThemes() method to the Magento2 ApplicationTemplate class that allows users to individually configure Magento themes for specific locales. This enhancement provides more granular control over theme deployment when working with multi-locale setups.

public function setMagentoThemes(array $themes, bool $allowSplitStaticDeployment = true): void
{
$this->setVariable('magento_themes', $themes);
if (!array_is_list($themes) && $allowSplitStaticDeployment) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still support 7.4 in this component. Either we bump it to >= 8.1 or we add a polyfill: symfony/polyfill-php81

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants