added switch to control the webapp function

This commit is contained in:
2023-04-29 11:48:02 +02:00
parent 465edf6a70
commit 6572aa5aad
7 changed files with 30 additions and 18 deletions

View File

@@ -23,5 +23,6 @@ Redmine::Plugin.register :baupm_core do
'baupm_manifest_orientation' => 'portrait',
'baupm_manifest_display' => 'standalone',
'baupm_manifest_start_url' => '.'
'baupm_enable_webapp' => 1
}, :partial => 'settings/baupm_settings'
end