Mark Uraine
Mark Uraine
Also noticed this **AppComonent.java** file needed some imports as well. ``` import org.wordpress.android.fluxc.module.AppContextModule; import org.wordpress.android.fluxc.module.ReleaseBaseModule; import org.wordpress.android.fluxc.module.ReleaseNetworkModule; import org.wordpress.android.fluxc.module.ReleaseOkHttpClientModule; import org.wordpress.android.fluxc.module.ReleaseStoreModule; ``` All These things together allowed a successful build.
I just tried doing this by copying images over from Google Docs to a make blog post and the images did not copy over. Am I right in thinking this...
Really good bug report, @johnnyawesome. Thank you! I'll try to find some time to look into this in the near future.
@kevintesar This is a fantastic find! Thank you. I'd love your help with it. Please send me a PR or attach your changes here in this issue.
Initially, I thought this could be based largely on the Paragraph block. The block settings would include an option for the theme's author as a toggle which appends that text...
Really great feedback! Thank you. I wonder if we should start with a set of licenses we'd like to expose in this block? - Copyright - Creative Commons -- Attribution...
I just changed the .reveal-modal position from "absolute" to "fixed". The background still can be scrolled, but the modal stays fixed within view, so it should still work.
### Order by I realize the "Order by" was added here: https://github.com/WordPress/gutenberg/pull/24691 to the Inspector, but I thought it might work well in this popover. Now, I'm second guessing this...
>In the first design iteration I think we should probably change the items per page and offset to number controls and not range. I can't think of any reason for...
Here's a mockup including some of these changes. - I noticed labels, if possible, have been moved inline with their inputs, so I did this with the Number inputs. -...