Adam Zieliński
Adam Zieliński
Thank you for the ping! I will adjust the [data basics](https://developer.wordpress.org/block-editor/how-to-guides/data-basics/) tutorial accordingly. As for the other resources, let's loop in @ryanwelcher who might have some thoughts. To assess the...
This is super helpful @dgwyer, thank you so much!
Thank you so much for reviewing @westnz! 🎉 > The image is not that clear to me. You could try first adding it to the Learn Media Library and then...
Actually, more lessons might be better suited for a follow-up course. Let's keep this one concise, it already covers plenty of material. I drafted a conclusion in here: https://learn.wordpress.org/wp-admin/post.php?post=22512&action=edit How...
> Firstly, if you publish the course, but don’t “feature” it, it doesn’t display on the front end of Learn WordPress. It will be publicly available, but only if you...
@redzej the problem is here: ```python class AllowProjectOwner: @staticmethod def has_node_permission(info, id): # check if user belongs to specific group or has required role return info.context.user == Project.objects.get(pk=id).owner ``` That's...
@likerrr777 I am not actively developing this package, but if you're willing to prepare a PR when I'd be happy to review and merge it.
I imagine this could work just like uploading an image, the hotlinked version would be just a greyed-out preview with a spinner on top of it to indicate that the...
> Given that the 'upload external image' button/function exists, is there anything preventing us from making that the _default_ behaviour when you paste an image in, assuming that; It looks...