-
Notifications
You must be signed in to change notification settings - Fork 798
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
Blocks: differentiate premium blocks from free ones when customer doesn't have paid plan #11875
Comments
I see this to behave just like the tooltip menu: https://cloudup.com/cYHt14ThyJR |
Adding one more question: What should it look like if user ends up with this premium block (which they don't have rights to use) already inserted into the post? This could happen in many ways: copy&pasted block from another site with this feature active, handwriting its code, site export+import flow etc… |
I'm not familiar with the Gutenberg block picker and how easy it is to disable a block there and add the popover with upgrade link. If that's something that is not ready out of the box now, wouldn't it be easier to always allow the block to be inserted and decide inside the block |
Why is this important? It saves customers from disappointing surprises and feeling of uncertainty about other blocks. A couple more ideas that have been floating around:
Note that this menu also would need similar mechanism: |
Idea via @mtias:
(PR for help panel in core WordPress/gutenberg#16813) |
More ideas via @lessbloat: |
I really like the idea of the badge icon from #11875 (comment). To address the currency issue (cc @lessbloat), maybe instead of the dollar sign, we could use e.g. a star icon as an indication of a premium entity? I also think that explaining what that icon means as suggested here #11875 (comment) would be a good idea. The premium icon would also be convenient as an indication in the Together, it could look more-less like this: |
I really like that @WunderBart. The only minor change that I would make would be to make the orange border around the paid plan description in the block preview the same color green as the icon. Nice work! Let's do this! Let me know what you need from me to make this happen. |
@WunderBart @jeryj Based on the latest comments on paYJgx-rs-p2#comment-659, let's also separate these premium blocks out into their own category. |
Thanks for the update, @obenland. To summarize the initial direction we've decided to take - we're going to:
cc @davemart-in, @jeryj. |
This has now been built, so this issue can be closed. Thanks everyone! |
Update 9th August 2019: premium blocks now discoverable for free customers in the block picker, I've changed this issue to be more specific about the presentation of these blocks in the block picker since that's what these designs are concentrating anyway. - @simison
As stated in the documentation:
Which makes this block completely hidden for other users.
Here, I suggest:
And use this pattern for all future blocks requiring a plan.
The text was updated successfully, but these errors were encountered: