David Ichim
David Ichim
**Is your feature request related to a problem? Please describe.** From this code of the Image block: https://github.com/plone/volto/blob/master/src/components/manage/Blocks/Image/Edit.jsx#L280 We can see the following: S option gives us mini scale M...
Aspect ratio set on the image block came from this pull request https://github.com/plone/volto/pull/3337/files#diff-bf90a1811efabb5f0f702fc64d57c05efa2cdc30e1ad6a8930dea7267f8683fd This was later deemed a problem https://github.com/plone/volto/issues/5096 and removed in this pull request https://github.com/plone/volto/pull/5278/files LeadImage/Edit.jsx still sets...
Fixes #5785 - Also added the disabling "jsx-a11y/label-has-associated-control" in case it reaches version 6.8.0 as we have failures within Volto
Running yarn why eslint-plugin-jsx-a11y returns ├─ @plone/volto@npm:17.15.0 │ └─ eslint-plugin-jsx-a11y@npm:6.7.1 [51660] (via npm:6.7.1 [51660]) │ ├─ eslint-config-react-app@npm:7.0.1 │ └─ eslint-plugin-jsx-a11y@npm:6.8.0 (via npm:^6.5.1) We get the following error which breaks eslint...
Using Volto from the main branch and trying to setup the cypress testing by following the guide from https://6.docs.plone.org/volto/contributing/acceptance-tests.html#how-to-run-acceptance-tests-locally-during-development You end up with this experience:  You don't get any...
After looking at the videos from this playlist https://www.youtube.com/playlist?list=PLP9o9QNnQuAYfFNgCWIxzRVdomGINKhH9 I learned that it's better to use assertions in order to wait for items to show up rather than use wait...
This way we can modify any of the makefile commands or add extra without having to touch the Volto core file.
**Describe the bug** Teaser allows external links for "Image override" however they do not render upon inserting these image links. **To Reproduce** Go to https://light-theme.kitconcept.io/ since this is the only...
In pull request https://github.com/plone/volto/pull/6054 we received a new object browser view (Icon View) In the list view which was the previous default if you had an image block on a...
**Describe the bug** Volto should use the razzle env for setting publicURL **To Reproduce** Steps to reproduce the behavior: Start Volto with: RAZZLE_PUBLIC_URL=http://backend:8080/SITE pnpm start inspect within the browser devtools:...