Tiberiu Ichim
Tiberiu Ichim
@sneridagh `useUrl`, `useHelpers` or `useUrlHelpers` ?
It's missing a test. This thing would be merged a lot faster if it proved that it did what it claims to do.
It seems that we have the following types of URL helpers - dealing with paths (convert path to url, convert URL to path) - dealing with frontend vs backend (convert...
@stevepiercy Any idea how to avoid that documentation validation check? I'm using example.com as an example, I've even tried not making it a link.
@sneridagh sitemap, indeed. I took care of it. No need for traefik or some other thing, I was thinking to add a CI workflow dedicated to the prefixed path feature.
@stevepiercy > Actually, we should move this entry into the toctree, following that syntax, then remove this list, delete the toctree option :hidden: true, and change to :maxdepth: 1. ~~I'm...
A field in a client-side schema can have a `default` property and it would represent the initial value in the rendered schema. For block defaults to work properly, you need...
When you write a "blocks in a single block" type of thing, make sure to properly pass selected as false (or true) to the inner blocks to avoid focusing problems....
Volto's Pastanaga theme doesn't include all SemanticUI icons because it loads the fonts from the "basic" semantic-ui theme, not the "default" semantic-ui theme. You have to copy those into your...
If you see a console warning from a component and you don't know which is that component, use the React Developer Tools browser extension, the Components tab, as it has...