Browse Source

publish muk_web_utils - 12.0

pull/48/head
MuK IT GmbH 5 years ago
parent
commit
6e45433d73
  1. 5
      muk_web_utils/static/src/js/fields/color.js
  2. 5
      muk_web_utils/static/src/js/fields/path.js

5
muk_web_utils/static/src/js/fields/color.js

@ -119,6 +119,9 @@ var FieldColorIndex = AbstractField.extend({
registry.add('color', FieldColor);
registry.add('color_index', FieldColorIndex);
return FieldColor;
return {
FieldColor: FieldColor,
FieldColorIndex: FieldColorIndex,
};
});

5
muk_web_utils/static/src/js/fields/path.js

@ -108,6 +108,9 @@ var FieldPathJson = fields.FieldText.extend({
registry.add('path_names', FieldPathNames);
registry.add('path_json', FieldPathJson);
return FieldColor;
return {
FieldPathNames: FieldPathNames,
FieldPathJson: FieldPathJson,
};
});
Loading…
Cancel
Save