diff --git a/data/editor.config b/data/editor.config index c9d1273757..d66b43ad97 100644 --- a/data/editor.config +++ b/data/editor.config @@ -135,14 +135,15 @@ - + - + + @@ -157,7 +158,7 @@ - + diff --git a/editor/editor_config.cpp b/editor/editor_config.cpp index 73480f6676..eaa70d2faf 100644 --- a/editor/editor_config.cpp +++ b/editor/editor_config.cpp @@ -61,6 +61,7 @@ bool TypeDescriptionFromXml(pugi::xml_node const & root, pugi::xml_node const & return; } + // TODO(mgsergio): Add support for non-metadata fields like atm, wheelchair, toilet etc. auto const it = kNamesToFMD.find(fieldName); ASSERT(it != end(kNamesToFMD), ("Wrong field:", fieldName)); outDesc.m_editableFields.push_back(it->second);