我正在使用Django-Jsonforms。我正在尝试删除图片中的“Json:“。
b = {
"title": "Product",
"description": "A product",
"type": "object",
"properties": {
"Products": {
"type": "array",
"products": {
"type": "string"
},
"minItems": 0,
"maxItems": 5,
}
}
}
我已经尝试了self.fields["form"].label = "myform"
和更改小部件,并将“label”,“ui:label”等。在schema中。我在文件里找不到任何东西?
1条答案
按热度按时间bwleehnv1#
在forms.py
html格式