public inbox for pmg-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pmg-devel] [PATCH pmg-api] config: add additional description to allowhrefs
@ 2024-10-30 13:56 Maximiliano Sandoval
  2024-11-10 19:11 ` [pmg-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Maximiliano Sandoval @ 2024-10-30 13:56 UTC (permalink / raw)
  To: pmg-devel

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

Signed-off-by: Maximiliano Sandoval <m.sandoval@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



_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-10 19:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-30 13:56 [pmg-devel] [PATCH pmg-api] config: add additional description to allowhrefs Maximiliano Sandoval
2024-11-10 19:11 ` [pmg-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal