-
Notifications
You must be signed in to change notification settings - Fork 815
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
Widget Blocks: test/remove widgets in Legacy Widget block #21069
Comments
Nice, thanks! I appreciate the organization here. Milestone seems a8c only? Let's also review if there's a (close enough) block equivalent and deprecate widget if there is. I'd also be curious for insights that would help improve blocks or block patterns, so that we could deprecate some more widgets. Search, RSS links, mailchimp, Instagram, etc |
No, it's available for everyone.
+1. Although I wouldn't deprecrate right away, I would suggest setting up transforms for those blocks first. |
How would transforms change the experience around deprecations? Deprecating would mean that new customers can't insert deprecated widgets anymore, and those don't need transforms obviously. Previously inserted widgets would continue functioning in editors, but for those transforms seem more like a "really nice have", but not critical? I could very well miss something so curious for your thoughts! |
I may be wrong with my expectations, but since their legacy widgets would be transformed into blocks, folks would learn to use the block directly the next time around, instead of trying to insert a legacy widget that would get transformed later? It's definitely not critical, but I see it as a way to help people discover those new blocks. |
Instagram widget - PR r231968-wpcom |
Authors widgetThis widget is working well in the Legacy Block and we do not have a block to replace it with just yet. Checking it off the list, for now, we may want to look at building a viable replacement block. |
GoodreadsThis widget is working well in the Legacy Block and we do not have a block to replace it with just yet. Checking it off the list, for now, we may want to look at building a viable replacement block. |
This is almost certainly not the right place to bring it up, but I really wanted to note this somewhere and perhaps one of you can point me in the right direction. :) In the original list of legacy widgets to be removed, I noticed that "Text" and "Images" are not there. I was looking for them because I've been trying to look for a solution to this forum post. They basically want to show an image with text below, and control the visibility of that widget. We know that the visibility option is only available on legacy blocks. So our suggestion of using the Image + Paragraph block isn't useful as the user can't control the visibility. Would one of you know if it's a sad Christmas here or if there is another way to achieve this that I haven't thought of yet? We already suggested inserting the "widget" (using Image and Paragraph blocks) into the actual page content instead of at the sidebar, but the user doesn't like how it looks, so they want it on the actual sidebar. Thank you and apologies for bringing this here. :disappear: |
Hey @aisajib thanks for pointing this out. I am going to make a P2 post this week summarizing what we have done so far with the Jetpack widget ⇢ block transforms and hopefully, that will offer a place to discuss some of the particulars that people are running into. As for the visibility button, I think the best way to respond at this point is with CSS. All blocks should have the CSS Class option under I do know there is a new Widget Group block that has been released (only on WPCOM right now, but should be public with the next major release). If visibility was something that would be incorporated, I would imagine it to fit into this block? Just a thought though... WordPress/gutenberg#33881 |
@aisajib @arcangelini visibility feature is almost done for the blocks, so they should be able to use image+text blocks soon. Just a couple small issues to sort out, listed at #20731 (comment) |
Social Icons - PR |
Total list of ALL WordPress.com widgets investigations - p1633288426167100-slack-C029HCKPXP0 |
Cookies & Consent Banner - working with no exact block to replace with yetFacebook Page - working with no exact block to replace with yetFlickr Photos - working with no exact block to replace with yetGoogle Translate - working with no exact block to replace with yetGravatar - working with no exact block to replace with yetGravatar Profile - working with no exact block to replace with yetInternet Defense League - working with no exact block to replace with yet |
Apex team is now responsible for widgets. I believe most of these are taken care of but I could be wrong. I will let @yansern and @ivan-ottinger decide what to do with this from here. |
Thanks for the ping, Tony. Below is the summary of the remaining widgets and our plans with them. The project spreadsheet with details can be found over here: p1633288426167100-slack-C029HCKPXP0. Of course, if anyone of you have any comments / suggestions / other opinion on what should happen with specific widgets, feel free to let us know. We will be glad to discuss further. :) Widgets we plan to keep for the time beingThe following widgets don't have an equivalent block available and provide unique feature.
Widgets we plan to deprecate (details are in pdf5j4-7f-p2)
I am also updating the description of this issue so it is in sync with the project spreadsheet. |
Impacted plugin
Jetpack
What
Test and remove Jetpack widgets that are not working inside the Legacy Widget block
How
With the recent release of the new widget block editor came a new block that displays legacy widgets within a block. This allows users to continue using the original Jetpack widgets even after converting to the new block editor.
The problem is that many of the widgets do not work properly inside the legacy block. We need to test all of the current widgets inside the legacy block and remove the ones that already have viable block replacements. Legacy Widget block documentation
This issue is only addressing the availability of the widget inside the Legacy Widget block. I will create another GH issue to tackle the transform. I think these should be separate because they vary in importance.
Widgets
The text was updated successfully, but these errors were encountered: