plone.restapi
plone.restapi copied to clipboard
RESTful API for Plone.
In class `DefaultJsonSchemaProvider` in the `get_widget` function the `widget` parameter of the field is taken, but the widget defined in the shema xml is not taken.
Python 3.9 is mandatory for Plone 6. Also think about dropping 3.6, it is EOL https://endoflife.date/python
During the serialization of brain objects (catalog results), there should be a way to transform the value to include additional data for certain columns (i.e. Values coming from a vocabulary...
Effective 2022-03-15, GitHub will take the final step in deprecating the `git://github.com` protocol. See https://github.blog/2021-09-01-improving-git-protocol-security-github There are a [couple of files that still use that](https://github.com/plone/plone.restapi/search?q=git%3A%2F%2Fgithub.com&type=code), and I think they need...
With this change, we return "additionalItems" flag based on what is set in Plone control panel (like in the dx widget). (we need to handle this parameter also in Volto..we...