[
{
"name": "aaaa 2",
"order" : 3,
"html_code": "<p>test</p>"
},
{
"name": "vvffv",
"order" : 3,
"html_code": "<p>test</p>"
}
]
This works fine and entries are created.
But I have an issue when i try to view that endpoint in the Web Browsable Api and i have this error
AttributeError: 'PostListSerializer' object has no attribute 'fields'