You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have plenty of SVG icons that are stored in the registry (this way we can upload more on demand) and we want to display a gallery of those icons via the frontend.
For that we need a way, with the plone.restapi, to query the registry for certain keys that start with a given prefix.
The search form that shows on the Classic UI control panel but powered via the plone.restapi.
On the docs it only mentions how to get one specific registry record, list all of them, or update a registry record.
We are missing the search and creating new registry records endpoints.
With some code pointers, we could provide them ourselves if, as I'm gathering, they don't exist.
The text was updated successfully, but these errors were encountered:
Our use case:
We have plenty of SVG icons that are stored in the registry (this way we can upload more on demand) and we want to display a gallery of those icons via the frontend.
For that we need a way, with the plone.restapi, to query the registry for certain keys that start with a given prefix.
The search form that shows on the Classic UI control panel but powered via the plone.restapi.
On the docs it only mentions how to get one specific registry record, list all of them, or update a registry record.
We are missing the search and creating new registry records endpoints.
With some code pointers, we could provide them ourselves if, as I'm gathering, they don't exist.
The text was updated successfully, but these errors were encountered: