private function getConfig(Template
$template, Shop
$shop): array
{ $config =
$this->inheritance->
buildConfig($template,
$shop);
$config['shopware-revision'
] =
md5($this->release->
getRevision() .
$this->uniqueIdGenerator->
getUniqueId());
/** @var ArrayCollection<int, mixed> $collection */
$collection =
new ArrayCollection();
$this->eventManager->
collect( 'Theme_Compiler_Collect_Less_Config',
$collection,
['shop' =>
$shop, 'template' =>
$template] );