Update Submissions and add fields
This commit is contained in:
@@ -44,7 +44,64 @@ class FormHelpers {
|
||||
'homebrew' => [
|
||||
'page_title' => "Submit an homebrew",
|
||||
'about_the' => "About the homebrew",
|
||||
'version' => "Patch version",
|
||||
'version' => "Version",
|
||||
'status' => "Status",
|
||||
'release_date' => "Release date",
|
||||
'release_date_helper' => "If only initial release exist, the release date.",
|
||||
'description' => "Description",
|
||||
'about_game' => "Game Information",
|
||||
'attachments' => "Attachments",
|
||||
'authors' => "Team members",
|
||||
'related_links' => "Related links",
|
||||
'release_site' => "Release site",
|
||||
'release_site_helper' => "Project entry on site/blog/forum/Github.",
|
||||
'youtube_video' => "YouTube video",
|
||||
],
|
||||
'utilities' => [
|
||||
'page_title' => "Submit a utility",
|
||||
'entry_title' => "Title",
|
||||
'about_the' => "About the utility",
|
||||
'version' => "Version",
|
||||
'status' => "Status",
|
||||
'system' => "OS",
|
||||
'categories' => "Categories",
|
||||
'level' => "Experience Level",
|
||||
'release_date' => "Release date",
|
||||
'release_date_helper' => "If only initial release exist, the release date.",
|
||||
'description' => "Description",
|
||||
'about_game' => "Game Information",
|
||||
'attachments' => "Attachments",
|
||||
'authors' => "Team members",
|
||||
'related_links' => "Related links",
|
||||
'release_site' => "Release site",
|
||||
'release_site_helper' => "Project entry on site/blog/forum/Github.",
|
||||
'youtube_video' => "YouTube video",
|
||||
],
|
||||
'documents' => [
|
||||
'page_title' => "Submit a document",
|
||||
'entry_title' => "Title",
|
||||
'about_the' => "About the document",
|
||||
'version' => "Version",
|
||||
'status' => "Status",
|
||||
'categories' => "Categories",
|
||||
'level' => "Experience Level",
|
||||
'release_date' => "Release date",
|
||||
'release_date_helper' => "If only initial release exist, the release date.",
|
||||
'description' => "Description",
|
||||
'about_game' => "Game Information",
|
||||
'attachments' => "Attachments",
|
||||
'authors' => "Team members",
|
||||
'related_links' => "Related links",
|
||||
'release_site' => "Release site",
|
||||
'release_site_helper' => "Project entry on site/blog/forum/Github.",
|
||||
'youtube_video' => "YouTube video",
|
||||
],
|
||||
'lua-scripts' => [
|
||||
'page_title' => "Submit a LUA Script",
|
||||
'about_the' => "About the script",
|
||||
'entry_title' => "Title",
|
||||
'type_of_hack' => "Modifications",
|
||||
'version' => "Version",
|
||||
'status' => "Status",
|
||||
'release_date' => "Release date",
|
||||
'release_date_helper' => "If only initial release exist, the release date.",
|
||||
|
||||
Reference in New Issue
Block a user