-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Avoid ordering block types per frecency inside block categories #23643
Conversation
Size Change: -5 B (0%) Total Size: 1.13 MB
ℹ️ View Unchanged
|
I still think there's a place for this functionality, but it'd have to be weighted differently for it to be effective. If I insert videos all the time and very seldomly use galleries, it stands to reason that video could move up the order, but it should happen in a slower less random way. The same applies for a 3rd party gallery becoming more used than core's gallery. It's something we'll need to continue thinking through. |
closes #23074
closes #22406
The frecency should only be used on the "Most Used" category while the other categories should respect the registration order to avoid block type jumps when we insert items.
While this is not exactly what #23074 suggests, I think it's a sufficient resolution since the "most used" blocks section can be disabled.