Account created on 31 July 2020, over 4 years ago
#

Recent comments

This worked for me, simply resaving the fields removed the error message.

You can also find your field config for the paragraph field and manually sort the paragraph names in the field target_bundles setting.

settings:
  handler: 'default:paragraph'
  handler_settings:
    target_bundles:
      accordion_section: accordion_section
      anchor: anchor
      article_listing: article_listing
      background_section_break: background_section_break
      buttons: buttons
      card_gallery: card_gallery
      card_grid: card_grid
      collection: collection

Currently experiencing the same issue on Drupal 10.2.4 and layout_paragraphs 2.0.4

Has anyone come up with a way to make the file replacements when uploading media in bulk? I'm surprised that has not been brought up.

Here is a quick patch for this issue that adds the missing parameters to the getUrl method.

Sounds like a browser cache issue, tripped me up as well when starting with this module.

Setting a shared location alone did not work for me, I had to apply the patch and setting from #22 here, https://www.drupal.org/project/dropzonejs/issues/2916330 πŸ› Don't rely on temporary:// (Files do not upload when dropped) Needs work

Patch #35 is working for me to resolve this issue, as mentioned above, you need to make the selections for what paragraphs can be added to the library at admin/config/content/paragraphs_library_item I didn't experience any issue with updating the excluded paragraph types, everything saved as normal. Running Drupal 10.2.2 and paragraphs 1.17.0

Production build 0.71.5 2024