openstreetmap-website/lib/editors.rb
2012-10-12 21:05:29 +01:00

4 lines
124 B
Ruby

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