[pmg-devel] [PATCH pmg-api] config: add additional description to allowhrefs

Maximiliano Sandoval m.sandoval at proxmox.com
Wed Oct 30 14:56:34 CET 2024


It is not entirely clear what will happens with hyperlinks when the
option is disabled.

Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
 src/PMG/Config.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PMG/Config.pm b/src/PMG/Config.pm
index a0daba3c..cbb127f0 100644
--- a/src/PMG/Config.pm
+++ b/src/PMG/Config.pm
@@ -285,7 +285,7 @@ sub properties {
 	    default => 1,
 	},
 	allowhrefs => {
-	    description => "Allow to view hyperlinks.",
+	    description => "Allow to view hyperlinks. When disabled hyperlinks will be displayed as plain-text.",
 	    type => 'boolean',
 	    default => 1,
 	},
-- 
2.39.5





More information about the pmg-devel mailing list