-
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
Mark the Social Links plugin as experimental. #17526
Conversation
packages/block-library/src/index.js
Outdated
@@ -171,5 +171,7 @@ export const __experimentalRegisterExperimentalCoreBlocks = process.env.GUTENBER | |||
__experimentalEnableLegacyWidgetBlock ? legacyWidget : null, | |||
__experimentalEnableMenuBlock ? navigationMenu : null, | |||
__experimentalEnableMenuBlock ? navigationMenuItem : null, | |||
__experimentalEnableLegacyWidgetBlock ? socialLink : null, | |||
__experimentalEnableLegacyWidgetBlock ? socialLinks : null, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @youknowriad, updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
Also, I think |
Thanks @mkaz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 👍
Description
Applies feature flag as required here
How has this been tested?
Screenshots
Types of changes
Checklist: