Core: Adds Visual Formatting to Option Group Headers in Template Yamls (#5092)

Co-authored-by: Exempt-Medic <[email protected]>
This commit is contained in:
qwint
2025-07-15 14:19:50 -04:00
committed by GitHub
co-authored by Exempt-Medic
parent 9a648efa70
commit c8ca3e643d
+3 -1
View File
@@ -46,7 +46,9 @@ requires:
{{ yaml_dump(game) }}:
{%- for group_name, group_options in option_groups.items() %}
# {{ group_name }}
##{% for _ in group_name %}#{% endfor %}##
# {{ group_name }} #
##{% for _ in group_name %}#{% endfor %}##
{%- for option_key, option in group_options.items() %}
{{ option_key }}: