shani maurya → created an issue.
I have updated the patch for version 8.x-3.11
It seems the conditional field is not working with the image field.
I have paragraph type as Test in that I have two fields, one is URL as a text-formated type and the second is Thumbnail as an image-type field with an Entity Browser widget.
I have added dependencies as making a thumbnail image is required when URL field is filled
I have added the Test paragraph in the Block as entity referenced.
While adding content in the Block Thumbnail field is getting required. However, in the DOM I can see this attributes [required="required" aria-required="true"] getting added based on the URL field value change.
On saving the block, the field required condition is getting passed here.
This issue is handled within the Media Directories module. https://www.drupal.org/project/media_directories/issues/3239158#comment-... ✨ Incorporate media_file_delete functionality Needs review
I have tested it and it is working.
We can close this issue. As the task has been taken care in the Medai Directories module and this issues also related to that.
This is not working with the Media Directories views https://www.drupal.org/project/media_directories →
This is not working with the Media Directories views https://www.drupal.org/project/media_directories →
shani maurya → created an issue.
I have resolved this issue and now I'm able to see the alt tag while adding the image from Media Directories at this path /en/admin/content/browser.
shani maurya → created an issue.
shani maurya → created an issue.
I can also confirm that the merge request resolves the issue for D10.3
I have created a patch. I made some modifications in the iframeEmbedFormView.js file.
The console error has been gone and align attributes are not coming in the iframe model.
Require review and testing of this patch. As align feature is not working in my local due to my local CSS conflict.
getting this error in console after enabling the deprecated attributes. PFA
Is there any plan to make these elements align, frameborder, longdesc, and scrolling to be compatible with the ckEditor 5?
Shani Maurya → created an issue.
@larowlan the above solutions did not worked.
#11 worked for me! Thanks mkimmet!
I can confirm that the patch in #13 fixes the issue for drupal core 10.3
I tested this on Drupal 10.1.6, standard install, and confirmed the problem still exists.
@larowlan We use preview links only for Node entities. When we open the preview link of any node in any browser and visit the other page of the site, the site is very slow which is causing more issues for us.
Session cookies get stored for preview links which causes the varnish miss cache.
We are okay to cache the preview links page. Can you help me with how I can disable the session cookies?
thank you!
Shani Maurya → created an issue.
I have updated the field type from textfield to textarea. Now it is working fine for long URLs as well.
Shani Maurya → created an issue.
Patch in #3 worked for me only. Thank You!
None of the above solutions has worked on my side. I have Drupal 10.1.6 and PHP 8.1. Nothing in the console and php log.
Same for me as well, I need to enable the "Include View Title" but It doesn't get enabled after checking the checkbox.
Shani Maurya → created an issue.
Hi Tried patch #15 but it did not work. In version 2.0 we don't have the option like 1.8 for the "Include View Title" on the specific content level.
Patch #6 is working fine and there is not alignment issue is coming.
Thank You!
After applying the patch #16, drag-drop icon is coming. but the alignment of the button has been dislocated. This needs to be fixed.
I have added the condition to skip the SVG image file validate for the Image Widget Crop Entity Form Display. and it is working fine for me.
Shani Maurya → created an issue.
volkswagenchick → credited Shani Maurya → .
Shani Maurya → created an issue.
I tested the Patch #12 and it is working fine. Please find the attached image for the results.
Thank You!!
I am having the same issue with Drupal 9.3.22, and none of the proposed solutions worked.
I tried to fix the code as in the patch (as the latest patch won't apply), but the same issue is still there. Any advice?
I have also created one issue but did not get any response on the same https://www.drupal.org/project/gutenberg/issues/3343392 🐛 Gutenberg is not loading properly Active
Shani Maurya → created an issue.