]> git.openstreetmap.org Git - rails.git/blob - lib/editors.rb
Merge pull request #6394 from openstreetmap/dependabot/github_actions/ruby/setup...
[rails.git] / lib / editors.rb
1 # frozen_string_literal: true
2
3 module Editors
4   ALL_EDITORS = %w[potlatch potlatch2 id remote].freeze
5   AVAILABLE_EDITORS = %w[id remote].freeze
6   RECOMMENDED_EDITORS = %w[id remote].freeze
7 end