Locations Plugin 🌍

このテクノロジーは初心者です。プラグインをインストールしました(ハンバーガーメニューに「Map」コマンドが表示され、ユーザープロフィールページに位置フィールドがあり、nominatim とのジオリファレンスが機能しています)が…

エディタに「Add location」ボタンが表示されません。

私の設定は以下の通りです:

そして、エディタウィンドウは以下の通りです:

最後に、プラグインのインストール方法は以下の通りです:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/discourse/discourse-math.git
          - git clone https://github.com/paviliondev/discourse-events.git
          - git clone https://github.com/paviliondev/discourse-locations.git
          - git clone https://github.com/davidtaylorhq/discourse-whos-online.git
          - git clone https://github.com/discourse/twitter-profile-link.git
          - git clone https://github.com/discourse/discourse-tooltips.git

locale=en で試しましたが、結果は同じでした。

「いいね!」 2