Skip to content

Commit

Permalink
Corrige para definição do thema em produção
Browse files Browse the repository at this point in the history
  • Loading branch information
erleibiazzio committed Nov 27, 2024
1 parent 159fd07 commit 2427774
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/common/config.d/0.main.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?php

return [
'themes.active' => 'IberCulturaViva',

'app.siteName' => 'Mapa IberCultura Viva',
'app.siteDescription' => 'O Mapas Culturais é uma plataforma colaborativa que reúne informações sobre agentes, espaços, eventos, projetos culturais e oportunidades',

// Define o tema ativo no site principal. Deve ser informado o namespace do tema e neste deve existir uma classe Theme.
'themes.active' => 'MapasCulturais\Themes\BaseV2',
'themes.active' => 'IberCulturaViva',

// Ids dos selos verificadores. Para utilizar múltiplos selos informe os ids separados por vírgula.
'app.verifiedSealsIds' => '1',
Expand Down

0 comments on commit 2427774

Please sign in to comment.