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