Rodrigo
Rodrigo
I'm having the same problem here. Any progress? Here's my gulp/build.js: ... .pipe($.replace('../../bower_components/bootstrap-sass/assets/fonts/bootstrap/', '../fonts/')) .pipe($.replace('../../bower_components/font-awesome/fonts', '../fonts')) ... Bootstrap fonts are fine, but font-awesome are not copied to the dist/fonts dir
Thank you very much. Your solution worked, but only with Google fonts enabled. But I managed to work around it, I think. If I disable them, the compiler will try...
Here in out company we use Plone in several projects and we are doing some tests with Plone 6 and Volto. One major need we have is to add multiple...
Thank you! We've tried some of their addons, tabs, columns, group and accordion, and are currently using them in our proof of concept. They are great, and work well, but...
We've just found out this issue while running a11y tests. The Embed component from SemanticUI does not have a way to change props for the placeholder image. Are there any...