From be36c327fc9803164fb1c10fc952cca47f389856 Mon Sep 17 00:00:00 2001
From: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Date: Fri, 2 Sep 2022 00:30:35 +0300
Subject: [PATCH] chore(questions): links only work in tooltips (#3657)
---
templates/questions/documentation.yaml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/templates/questions/documentation.yaml b/templates/questions/documentation.yaml
index 8a50de42630..12f8e37553d 100644
--- a/templates/questions/documentation.yaml
+++ b/templates/questions/documentation.yaml
@@ -1,6 +1,8 @@
- variable: docs
group: Documentation
- label: Please read the documentation at https://truecharts.org
+ label: Please read the documentation at https://truecharts.org
+ description: Please read the documentation at
+
https://truecharts.org
schema:
additional_attrs: true
type: dict
@@ -12,7 +14,9 @@
default: true
- variable: donateNag
group: Documentation
- label: Please consider supporting TrueCharts, see https://truecharts.org/docs/about/sponsor
+ label: Please consider supporting TrueCharts, see https://truecharts.org/docs/about/sponsor
+ description: Please consider supporting TrueCharts, see
+
https://truecharts.org/docs/about/sponsor
schema:
additional_attrs: true
type: dict