Commit 1ab6a5f8 authored by Romain Courteaud's avatar Romain Courteaud

ERP5Storage: add support for EmailField.

parent 3914e4e4
......@@ -64,6 +64,7 @@
var allowed_field_dict = {
"StringField": null,
"EmailField": null,
"IntegerField": null,
"FloatField": null,
"TextAreaField": null
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment