Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task: move Gutenberg block-generating code to inherit from BlockProcessor in WPAndroid #439

Open
mzorz opened this issue Jul 13, 2020 · 0 comments

Comments

@mzorz
Copy link
Contributor

mzorz commented Jul 13, 2020

See comment here:

#407 (comment)

  • 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant