Specify a default for all site settings
This commit is contained in:
parent
4932c078ed
commit
df1f423f94
|
@ -39,6 +39,7 @@ plugins:
|
||||||
chat_integration_telegram_enable_slash_commands:
|
chat_integration_telegram_enable_slash_commands:
|
||||||
default: true
|
default: true
|
||||||
chat_integration_telegram_secret:
|
chat_integration_telegram_secret:
|
||||||
|
default: ''
|
||||||
hidden: true
|
hidden: true
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
|
@ -83,4 +84,4 @@ plugins:
|
||||||
chat_integration_matrix_access_token:
|
chat_integration_matrix_access_token:
|
||||||
default: ''
|
default: ''
|
||||||
chat_integration_matrix_excerpt_length:
|
chat_integration_matrix_excerpt_length:
|
||||||
default: 400
|
default: 400
|
||||||
|
|
Loading…
Reference in New Issue