Build world campaigns rewards and recaps

This commit is contained in:
2026-05-01 11:44:41 +02:00
parent 28e7e46e13
commit 257b0dbef6
100 changed files with 11300 additions and 367 deletions

View File

@@ -3,6 +3,8 @@
declare(strict_types=1);
return [
'campaign_ending_soon_days' => 5,
'default_section_order' => [
'featured_artworks',
'featured_collections',
@@ -106,6 +108,16 @@ return [
'suggested_badge_label' => 'Seasonal spotlight',
'suggested_cta_label' => 'Explore summer picks',
],
'seasonal' => [
'label' => 'Seasonal',
'accent_color' => '#84cc16',
'accent_color_secondary' => '#4d7c0f',
'background_motif' => 'bloom',
'icon_name' => 'fa-solid fa-seedling',
'related_tags_json' => ['seasonal', 'bloom', 'spring'],
'suggested_badge_label' => 'Seasonal spotlight',
'suggested_cta_label' => 'Explore seasonal highlights',
],
'retro-month' => [
'label' => 'Retro Month',
'accent_color' => '#fb7185',