Still getting this issue with 8.x-1.6
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
ninobrownh20 β made their first commit to this issueβs fork.
Rerolled the patch for latest changes
Repatching
Updated Patch
Updated patch.
Currently experiencing the same issue on Drupal 10.2.4 and layout_paragraphs 2.0.4
Reroll
Re-patching for the correct branch
ninobrownh20 β created an issue.
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
ninobrownh20 β created an issue.