Build world campaigns rewards and recaps
This commit is contained in:
@@ -71,6 +71,7 @@ return [
|
||||
'visibility_options' => ['public', 'unlisted', 'private'],
|
||||
'participation_scopes' => ['group_only', 'invite_only', 'public'],
|
||||
'judging_modes' => ['curated', 'community_vote', 'staff_pick'],
|
||||
'outcome_types' => ['winner', 'finalist', 'runner_up', 'honorable_mention', 'featured'],
|
||||
],
|
||||
'events' => [
|
||||
'types' => ['launch', 'challenge', 'livestream', 'meetup', 'milestone', 'showcase', 'internal_session', 'release_window'],
|
||||
|
||||
@@ -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