浏览代码

fix hookshot missing figma config variable

pull/1505/head
HarHarLinks 4 年前
父节点
当前提交
29d0b277f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-bridge-hookshot/templates/config.yml.j2

+ 1
- 1
roles/matrix-bridge-hookshot/templates/config.yml.j2 查看文件

@@ -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 %}


正在加载...
取消
保存