Tiberiu Ichim
Tiberiu Ichim
We could use a similar model as the AppExtras, where we register in configuration components that will be rendered in that "slot".
Slots can have "static" components as well. Maybe it's the moment to introduce them, at least the configuration and the static part? https://github.com/plone/volto/blob/slots_quanta_split_form_undo_prefix_path/src/config/slots.js#L4
Nice! `withContent.js` is missing, and I think we should also be getting rid of the request triggers in the nav components (breadcrumbs, navigation, etc). I think we need to move...
I think there should be two levels of `noResultsComponent`: a default one and one optional for each variation. I like the idea, I wonder if we should connect it to...
@mbarde Yes, we need a full message with params, as @erral is suggesting. See the example in the docs: ``` function () { const messages = defineMessages({ greeting: { id:...
I think so, yes
Well, it's not generalized, only from the Search block. The Listing block should do it as well, I think
There's multiple problems here: - `@sources` calls should be rooted in the context, rather then the root - the `@sources` call would be useless in the case of the add...
~I know that it is possible to implement my use case by creating a metadata column in the catalog, with the thumb url value, but I believe this workaround is...
@eral the problem is that that adapter is not taking the brain item into consideration, AFAIK. We want per brain customization