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

@@ -1,3 +1,4 @@
<% if Setting.plugin_baupm_core['baupm_enable_webapp'] == 1 %>
{
"name": "<%= Setting.plugin_baupm_core['baupm_application_title'] %>",
<% if Setting.plugin_baupm_core['baupm_application_short_title'].present? %>
@@ -39,3 +40,4 @@
}
]
}
<% end %>