From b4c18b5b5ae43357a38b04494dfab9ce8bd8ab3a Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Tue, 16 Dec 2025 09:50:47 -0300 Subject: [PATCH] feat: add Twig documentation links to template editors Add clickable links to Twig documentation (https://twig.symfony.com/) in both Signature Stamp and Footer Template editor sections using the v-linkify directive from @nextcloud/vue. This improves user experience by providing direct access to Twig syntax documentation when configuring custom templates. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- src/components/FooterTemplateEditor.vue | 10 ++++++++++ src/views/Settings/SignatureStamp.vue | 13 +++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/src/components/FooterTemplateEditor.vue b/src/components/FooterTemplateEditor.vue index ed864a8a00..a36116d9ba 100644 --- a/src/components/FooterTemplateEditor.vue +++ b/src/components/FooterTemplateEditor.vue @@ -4,6 +4,7 @@ -->