Mikel Larreategi
Mikel Larreategi
I think that this kind of feature is definetely useful
correct my if I am wrong but from my limited Volto experience I see that Volto already handles REST API generated URLs, for instance when showing the breadcrumb, here: https://github.com/plone/volto/blob/master/src/reducers/breadcrumbs/breadcrumbs.js#L40...
I see... the point is that in Volto you are not effectively using the URL of the action, just the id or name. The same goes for the toolbar actions....
Plone Classic UI never consumes the REST API but uses the action urls to provide links. What Andreas asked here and we have provide the PR is to expose that...
Yes, we are in the same car :) And I do agree with you, but Plone Classic doesn't use the REST API to get the action url, it queries directly...
@jenkins-plone-org please run jobs
@jenkins-plone-org please run jobs
@jenkins-plone-org please run jobs
I initially thought of `@site` to have site-wide settings but at this point I see that I only need the title. In the `@navroot` we at least need the url...
@cekk I have added some more settings to the `@site` endpoint: - Title - Logo URL (if defined) - robots_txt - image allowed sizes I have a PR prepared in...