mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-16 07:47:57 +02:00
Added custom error pages, that assists users with common problems.
This commit is contained in:
parent
f36c618da9
commit
a0f5177533
7 changed files with 202 additions and 0 deletions
|
@ -13,3 +13,5 @@ twig:
|
|||
locale_menu: '%partdb.locale_menu%'
|
||||
attachment_manager: '@App\Services\Attachments\AttachmentManager'
|
||||
label_profile_dropdown_helper: '@App\Services\LabelSystem\LabelProfileDropdownHelper'
|
||||
error_page_admin_email: '%partdb.error_pages.admin_email%'
|
||||
error_page_show_help: '%partdb.error_pages.show_help%'
|
||||
|
|
|
@ -33,6 +33,12 @@ parameters:
|
|||
partdb.attachments.dir.media: 'public/media/' # The folder where uploaded attachment files are saved (must be in public folder)
|
||||
partdb.attachments.dir.secure: 'uploads/' # The folder where secured attachment files are saved (must not be in public/)
|
||||
|
||||
######################################################################################################################
|
||||
# Error pages
|
||||
######################################################################################################################
|
||||
partdb.error_pages.admin_email: '' # You can set an email address here, which is shown on an error page, how to contact an administrator
|
||||
partdb.error_pages.show_help: false # If this is set to true, solutions to common problems are shown on error pages. Disable this, if you do not want your users to see them...
|
||||
|
||||
######################################################################################################################
|
||||
# Miscellaneous
|
||||
######################################################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue