πŸ‡ΊπŸ‡ΈUnited States @daveferrara1

Account created on 18 April 2013, over 11 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States daveferrara1

Patch for 1.18. Includes ParagraphsWidget change from #282.

πŸ‡ΊπŸ‡ΈUnited States daveferrara1

Patch for 1.18.

πŸ‡ΊπŸ‡ΈUnited States daveferrara1

Patches #53 combined with #57 still work well.

The accessibility work in #62 is nice. However, I see a duplicate asterisk when the configuration check box is checked in the media bulk config and the description is way too long so the uploaded thumbnail box is very wide.

πŸ‡ΊπŸ‡ΈUnited States daveferrara1

Here is a link to another issue where there is a patch that addresses this issue as well as another issue you may have if you attempt to upload files vs. providing a file path. https://www.drupal.org/project/paragraphs_browser/issues/3355760#comment... πŸ› Error: Call to a member function getFileUri() on array in paragraphs_browser_paragraph_type_form_builder() RTBC

πŸ‡ΊπŸ‡ΈUnited States daveferrara1

Here is a patch. the "...mb_strlen()" WSOD is because in ln333 since the #maxlength check is truthy, #value is assumed to be a string. The maxlength is set in form_alter of the module on the file field. Here is a patch that updates the file field and includes what is unmerged in the pull request that was opened to add a check for "instanceof \Drupal\file\Entity\File".

There was also another issue with the uriScheme from Issue 3284847 πŸ› Error: Call to undefined method Drupal\Core\File\FileSystem::uriScheme() RTBC and this patch adds some reorg/linting at the top.

Production build 0.71.5 2024