mirror of
https://github.com/openstreetmap/openstreetmap-website.git
synced 2025-07-23 05:19:07 +00:00
6 lines
163 B
Ruby
6 lines
163 B
Ruby
module Editors
|
|
ALL_EDITORS = %w[potlatch potlatch2 id remote].freeze
|
|
AVAILABLE_EDITORS = %w[id remote].freeze
|
|
RECOMMENDED_EDITORS = %w[id remote].freeze
|
|
end
|