Build world campaigns rewards and recaps
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user