Save workspace changes

This commit is contained in:
2026-04-18 17:02:56 +02:00
parent f02ea9a711
commit 87d60af5a9
4220 changed files with 1388603 additions and 1554 deletions

View File

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