mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Temporary remove markdown help on advanced config panel
This commit is contained in:
parent
718f6e6ac7
commit
70ba8c85df
1 changed files with 10 additions and 8 deletions
|
@ -151,14 +151,16 @@ services = ["__APP__"]
|
|||
name = "Advanced Settings"
|
||||
services = ["matrix-__APP__"]
|
||||
|
||||
[advanced.help]
|
||||
name = "SETTINGS FOR EXPERTS IN SERVER ADMINISTRATION"
|
||||
|
||||
[advanced.help.text]
|
||||
ask = '''
|
||||
!!There are security and privacy risks if you change these settings without knowing what you do!!
|
||||
'''
|
||||
type = "markdown"
|
||||
# Disabled as it don't work any more on bookworm
|
||||
#
|
||||
# [advanced.help]
|
||||
# name = "SETTINGS FOR EXPERTS IN SERVER ADMINISTRATION"
|
||||
#
|
||||
# [advanced.help.text]
|
||||
# ask = '''
|
||||
# !!There are security and privacy risks if you change these settings without knowing what you do!!
|
||||
# '''
|
||||
# type = "markdown"
|
||||
|
||||
[advanced.others]
|
||||
name = "Others"
|
||||
|
|
Loading…
Reference in a new issue