openstreetmap-website/lib/editors.rb
2015-02-20 08:56:16 +00:00

4 lines
135 B
Ruby

module Editors
ALL_EDITORS = [ "potlatch", "potlatch2", "id", "remote" ]
RECOMMENDED_EDITORS = [ "id", "potlatch2", "remote" ]
end