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

@@ -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'],

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',