Support for attribute maps in config. had it in make_metadata before

This commit is contained in:
Roland Hedberg
2010-03-11 20:51:56 +01:00
parent 3534214c65
commit 991b1e32a7

View File

@@ -26,5 +26,6 @@
"metadata": {
"local": ["metadata.xml", "vo_metadata.xml"],
},
"subject_data": "subject_data.db"
"subject_data": "subject_data.db",
"attribute_maps" : ["attribute.map"]
}