浏览代码

Document how to disable the spoiler button

JC Brand 6 年之前
父节点
当前提交
1bc834e808
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      docs/source/configuration.rst

+ 3 - 0
docs/source/configuration.rst

@@ -1505,6 +1505,7 @@ visible_toolbar_buttons
 
     {
         call: false,
+        spoiler: false,
         emoji: true,
         toggle_occupants: true
     }
@@ -1524,6 +1525,8 @@ Allows you to show or hide buttons on the chatboxes' toolbars.
         });
 * *emoji*:
     Enables rendering of emoji and provides a toolbar button for choosing them.
+* *spoiler*:
+    Shows a button for showing`XEP-0382 <https://xmpp.org/extensions/xep-0382.html>`_ spoiler messages.
 * *toggle_occupants*:
     Shows a button for toggling (i.e. showing/hiding) the list of occupants in a chatroom.