Плагин Locations 🌍

Я очень новичок в этой технологии. Я установил плагин (я вижу команду Map в меню-гамбургере и у меня есть поле местоположения на странице профиля пользователя (с работающей геокодировкой через Nominatim), НО…

Я не вижу кнопку «Добавить местоположение» в редакторе.

Вот моя конфигурация:

А вот окно редактора:

Наконец, вот как я установил плагин:

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 лайка