I'm not sure if I'm missing something obvious, but is there a way to get the Plone site's title from the rest api? While I can use @registry/plone.site_title
, this needs the ManagePortal
permission. Getting the root using the content part of the rest API gives me the title of whatever content is displayed on the homepage (so for a Volto site this would be 'Welcome to Volto' rather than the actual site name).
We ended up with our own endpoint: cusy.restapi.info/get.py at main · cusyio/cusy.restapi.info · GitHub
1 Like