feat: ship creator journey v2 and profile updates

This commit is contained in:
2026-04-12 21:42:07 +02:00
parent a2457f4e49
commit d5cff21ea2
335 changed files with 20147 additions and 1545 deletions

65
config/content_types.php Normal file
View File

@@ -0,0 +1,65 @@
<?php
return [
'cache' => [
'public_list_key' => 'content-types.public-list',
'slug_map_key' => 'content-types.slug-map',
'history_map_key' => 'content-types.slug-history-map',
],
'virtual_types' => [
'artworks' => [
'name' => 'All Artworks',
],
],
'reserved_slugs' => [
'news',
'help',
'groups',
'creators',
'cards',
'search',
'upload',
'studio',
'dashboard',
'settings',
'login',
'register',
'password',
'rss',
'sitemap',
'robots',
'pages',
'tag',
'tags',
'categories',
'stories',
'blog',
'art',
'feed',
'messages',
'leaderboard',
'following',
'about',
'contact',
'faq',
'staff',
'members',
'discover',
'featured',
'downloads',
'comments',
'collections',
'community',
'creator',
'manage',
'home',
'cp',
'admin',
'forum',
'legal',
'bug-report',
'rss-feeds',
],
];