plone / plonecli

Plone Command Line Client - for creating and working with custom add-ons and themes
https://pypi.org/project/plonecli/
Other
19 stars 10 forks source link

Volto Backend Intergrations #71

Open arky opened 2 years ago

arky commented 2 years ago

Please kindly add support to quickly create common volto backend integrations beyond endpoint.

The other common tasks are search, indexing intergrations, content expansions and block transformers.

More details are in volto docs: https://docs.voltocms.com/backend/

MrTango commented 2 years ago

To have people working on this, we need the details defined. If it is clear what is needed, someone will eventually build it.

content expansions What do you need here, we have restapi_service which can be expended by the url parameter?

also for the other things, please defined them in detail and open separate issues for them.

tiberiuichim commented 2 years ago

the restapi_service in https://github.com/plone/bobtemplates.plone/blob/main/bobtemplates/plone/restapi_service/api/services/%2Bservice_class_name_normalized%2B/get.py.bob is really good! It also has a content expander component.