I applied patches from these issues to the PR.
https://www.drupal.org/project/media_entity_usage/issues/3412258
π
Paragraphs: Duplicate key value when creating translation
Active
https://www.drupal.org/project/media_entity_usage/issues/3479067
π
Paragraph parent not being purged
Active
https://www.drupal.org/project/media_entity_usage/issues/3479085
π
Call to a member function hasLinkTemplate() on null
Active
Fixed issue with regex pattern to pick up attributes from drupal-media tag.
I found an issue on my side, il close this.
Here is a patch.
kevinn β created an issue. See original summary β .
Here is a patch fixing the issue.
kevinn β created an issue.
Here is a patch that works with https://www.drupal.org/project/media_entity_usage/issues/3412258 π Paragraphs: Duplicate key value when creating translation Active
Here is a patch fixing the issue.
kevinn β created an issue.
Fixed an issue with new created content.
I found an issue with getting field definitions for entites that don't implement FieldableEntityInterface.
Here comes a patch.
Here is a patch that creates a submodule that supports formated text fields.
kevinn β created an issue.
Here is a patch that works for me.
kevinn β created an issue.
mparker17 β credited kevinn β .
@dubois, your patch only works for nodes, here is an updated patch that supports all entity types.
Created patch from the fork.
Uploaded patch.
Here is a patch for 4.2.5
Here is patch to solve the issue.
kevinn β created an issue.
Can we get his merged please.
kevinn β created an issue.
Here is patch with a "NOT LIKE" filter also.
Don't get how you guys got this to work, the checkFileOrigin method is looking for:
public://example.webp
public://example
Which nether exists because the webp is being created by the webp module as a image style and of course public://example does not exist.
Here is a patch that checks for other file extensions.
Btw im using responsive images, maybe thats why it does not work for me.