@ -119,6 +119,9 @@ var FieldColorIndex = AbstractField.extend({
registry.add('color', FieldColor);
registry.add('color_index', FieldColorIndex);
return FieldColor;
return {
FieldColor: FieldColor,
FieldColorIndex: FieldColorIndex,
};
});
@ -108,6 +108,9 @@ var FieldPathJson = fields.FieldText.extend({
registry.add('path_names', FieldPathNames);
registry.add('path_json', FieldPathJson);
FieldPathNames: FieldPathNames,
FieldPathJson: FieldPathJson,