Víctor Fernández de Alba
Víctor Fernández de Alba
1. https://github.com/plone/documentation/blob/5.0/develop/plone/i18n/cache.rst can go away because it's something that can be done from varnish itself (unset the cookie for some resources). 2. https://github.com/plone/documentation/blob/5.0/develop/plone/searching_and_indexing/query.rst @bloodbare should review it to be sure....
@davisagli as per today we do not stream the response. Most probably in the future we'll do that and take full advantage of React 18 data fetching SSR streaming architecture.
Blocked by https://github.com/plone/plone.restapi/pull/1502 /cc @tisto
@wesleybl RAZZLE_INTERNAL_API_PATH is intended to be used in containerised environments. Specially the ones that the network topology prevents an easy communication between containers private/public interfaces (k8s, etc...) For the rest,...
@instification It does look good, but I think we should be a bit cautious about this one. Specially I'm concerned about Express and make sure that it does work under...
We need to remove the current defaults implementation, we should not fiddle with the form at that level. See #3373 comment.
Not a blocker I'd say. Something to improve for sure. Nothing that is easy since it spans across the architecture.
@ionlizarazu Not yet a lot of examples but: https://github.com/plone/volto/blob/846b095a26e19bdc615dd9b1fecd7e4917001d45/src/components/theme/PreviewImage/PreviewImage.jsx#L15-L20 We are using it a lot lately: Select which teaser template you should use based on the content type: ``` const...
@ionlizarazu better the register component... think of it as the API to do the registrations. Like ZCA. ;) Could be that to avoid confusion we change the registration of `PreviewImage`...