feat: ship creator journey v2 and profile updates
This commit is contained in:
65
config/content_types.php
Normal file
65
config/content_types.php
Normal 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',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user