Save workspace changes
This commit is contained in:
@@ -32,6 +32,7 @@ final class HelpCenterPageController extends Controller
|
||||
'links' => [
|
||||
'studio_help' => route('help.studio'),
|
||||
'upload_help' => route('help.upload'),
|
||||
'help_worlds' => route('help.worlds'),
|
||||
'groups_documentation' => route('help.groups'),
|
||||
'groups_quickstart' => route('help.groups.quickstart'),
|
||||
'groups_faq' => route('help.groups.faq'),
|
||||
@@ -42,10 +43,14 @@ final class HelpCenterPageController extends Controller
|
||||
'studio_home' => route('studio.index'),
|
||||
'studio_content' => route('studio.content'),
|
||||
'studio_artworks' => route('studio.artworks'),
|
||||
'studio_worlds' => route('studio.worlds.index'),
|
||||
'studio_worlds_create' => route('studio.worlds.create'),
|
||||
'studio_cards' => route('studio.cards.index'),
|
||||
'studio_drafts' => route('studio.drafts'),
|
||||
'cards_create' => route('studio.cards.create'),
|
||||
'upload' => route('upload'),
|
||||
'worlds_index' => route('worlds.index'),
|
||||
'create_world' => route('worlds.create.redirect'),
|
||||
'cards_index' => route('cards.index'),
|
||||
'help_cards' => route('help.cards'),
|
||||
'help_profile' => route('help.profile'),
|
||||
|
||||
Reference in New Issue
Block a user