From 078a19009e1fb6002908e856086a5ae8ccd73041 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sat, 30 Dec 2023 03:59:48 +0100 Subject: [PATCH] add pre upgrade message about the 2 new settings --- doc/PRE_UPGRADE.d/23.12.18~ynh2.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/PRE_UPGRADE.d/23.12.18~ynh2.md diff --git a/doc/PRE_UPGRADE.d/23.12.18~ynh2.md b/doc/PRE_UPGRADE.d/23.12.18~ynh2.md new file mode 100644 index 0000000..5929920 --- /dev/null +++ b/doc/PRE_UPGRADE.d/23.12.18~ynh2.md @@ -0,0 +1,4 @@ +Two new settings can now be configured in the app config panel: + +- Enable/Disable the user notifications for all users: On large instances, it is recommended to set this option to 'false' in order to reduce the amount of data written to the database, and hence improve the overall performance of the instance. +- Banner: Custom banner displayed at the top of every page. This can used for instance announcements. Accepted values: any string. HTML is accepted. Empty by default.