Patch #18 works for me EXCEPT for line 25 of `/gin/styles/components/paragraphs.scss`. When updated to `weight: unset`, all is good.
When I upgraded to D10.0.11 in my local environment (paragraphs_viewmode v1.1.0), I needed to apply the patch from
Issue#3345123
π
entityViewModeAlter throws an exception in php 8.2
RTBC
. I could not use the patched at the same time as they BOTH alter ParagraphsViewmodeBehavior.php
. (Cross-posted on Issue#3345123.)
Patch #2 solved the issue in PHP 8.1.17 in a D10.0.11 local environment
BUT I was not able to apply the patch from
Issue#3345129
π
Override not working when view mode to override is not selected in the available view mode list
Needs review
at the same time as they BOTH alter ParagraphsViewmodeBehavior.php
.
Hello all!
A storm is about to come through, so my internet is unstable. I hope to catch up with you all next time.
My first diff patch with the CSS change of adding a gap to the `.paragraphs-broswer-wrapper .form-wrapper`.
May I suggest a CSS update that solves the problem? Since the fieldsets are being displayed as `display: flex`, just add a gap.
paragrapghs_broswer/css/paragraphs_broswer.css
line 27:
.paragraphs-browser-wrapper .form-wrapper {
display: flex;
flex-wrap: wrap;
gap: 48px 0;
}
line 33