changeset 6335:1f00618ad3be

mod_pastebin: Document pastebin_html_preview setting (thanks Zaak)
author Matthew Wild <mwild1@gmail.com>
date Fri, 03 Oct 2025 11:31:17 +0100
parents ad9026b6a714
children c819b1b5a775
files mod_pastebin/README.md
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_pastebin/README.md	Fri Oct 03 11:24:42 2025 +0100
+++ b/mod_pastebin/README.md	Fri Oct 03 11:31:17 2025 +0100
@@ -85,6 +85,7 @@
   pastebin_trigger          A string of characters (e.g. "!paste ") which if detected at the start of a message, always sends the message to the pastebin, regardless of length. (default: not set)
   pastebin_ignore           A string of characters (e.g. "!nopaste") which if detected **anywhere** within a message, won't send the message to the pastebin
   pastebin_expire_after     Number of hours after which to expire (remove) a paste, defaults to 24. Set to 0 to store pastes permanently on disk.
+  pastebin_html_preview     Whether to include a formatted preview in pastes (default: true)
 
 # Compatibility