Quellcode durchsuchen

fix hookshot missing figma config variable

pull/1505/head
HarHarLinks vor 4 Jahren
Ursprung
Commit
29d0b277f4
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      roles/matrix-bridge-hookshot/templates/config.yml.j2

+ 1
- 1
roles/matrix-bridge-hookshot/templates/config.yml.j2 Datei anzeigen

@@ -73,7 +73,7 @@ generic:
figma:
# (Optional) Configure this to enable Figma support
#
publicUrl: https://example.com/hookshot/
publicUrl: {{ matrix_hookshot_figma_publicUrl }}
instances: {{ matrix_hookshot_figma_instances }}
{% endif %}
{% if matrix_hookshot_provisioning_enabled %}


Laden…
Abbrechen
Speichern