This is potentially duplicate issue mentioned in #37 - https://www.drupal.org/project/entity_browser/issues/3437293 🐛 Entity Browser widget does sets a value of null for entity_browser by default Needs work
mansspams → created an issue.
Nevermind, future is already here.
mansspams → created an issue.
Went with little different class name - `paragraphs-paragraph`.
This, actually, fixes even more important issue - Drupal 10 comes with CKEditor 5, which does not use `iframe`, so all styles leak from admin theme into CKEditor. In cases where editor is in paragraph edit form, we get table paddings from `.js .field--widget-paragraphs td`. So we must add that `paragraph-paragraph` class not only added, but used as well.
mansspams → created an issue.
I also agree that components and templates should be two directories that contain different "things". If anything, I would argue components directory may not be in theme directory at all, it could be npm module or composer package or whatever. As a developer all I want is my IDE to be able to jump from template/component to component and maybe back to all implementations.
mansspams → created an issue.
Tested and works
mansspams → created an issue.
Patch introduces error on text format edit form - `Uncaught TypeError: [].find(...) is undefined`, something is wrong. Tested on D10.1.3.
This then.
mansspams → created an issue.
OG issue is with Search API views, those have separate set of issues, hence updating title for clarity.
Properer patch at https://www.drupal.org/project/stage_file_proxy/issues/3130512 🐛 Relative path in URL is not properly encoded when redirecting Closed: outdated