You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Gutenberg integration in WPANdroid has a package named mediauploadcompletionprocessors that holds several classes extending from BlockProcessor that might be worth exploring and implementing as well. Processors are called in replaceMediaFileWithUrlInGutenbergPost in PostUtils, which in turn is used in the MediaUploadReadyProcessor interface implementattion in replaceMediaFileWithUrlInPost() method. I'm not entirely sure if this is related to the issue, but it is part of the process of replacing local paths with final urls within the Post content so, it might be worth taking a look.
The text was updated successfully, but these errors were encountered:
See comment here:
#407 (comment)
mediauploadcompletionprocessors
that holds several classes extending fromBlockProcessor
that might be worth exploring and implementing as well. Processors are called inreplaceMediaFileWithUrlInGutenbergPost
in PostUtils, which in turn is used in theMediaUploadReadyProcessor
interface implementattion inreplaceMediaFileWithUrlInPost()
method. I'm not entirely sure if this is related to the issue, but it is part of the process of replacing local paths with final urls within the Post content so, it might be worth taking a look.The text was updated successfully, but these errors were encountered: