docs: Use fallback title "Config options" when folding title is empty (#20999)
Ilya Mashchenko committed
Sep 18, 2025 at 14:32 UTC
3fd6c4196ac29857bf2d5009275bc2c566a23906
1 file changed
+1
-1
integrations/templates/setup.md
+1
-1
@@ -53,7 +53,7 @@ No action required.
53
54
[% if entry.setup.configuration.options.list %]
55
[% if entry.setup.configuration.options.folding.enabled and not clean %]
56
-{% details open=true summary="[[ entry.setup.configuration.options.folding.title ]]" %}
56
+{% details open=true summary="[[ entry.setup.configuration.options.folding.title or 'Config options' ]]" %}
57
[% endif %]
58
59
[% set has_groups = entry.setup.configuration.options.list | selectattr("group","defined") | list | length > 0 %]