Skip to content

Commit

Permalink
Mark the Social Links plugin as experimental. (#17526)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolad authored and youknowriad committed Sep 24, 2019
1 parent 4b3324b commit 20cde36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ export const registerCoreBlocks = () => {
search,
separator,
reusableBlock,
socialLinks,
...socialLink.sites,
spacer,
subhead,
table,
Expand Down Expand Up @@ -171,5 +169,7 @@ export const __experimentalRegisterExperimentalCoreBlocks = process.env.GUTENBER
__experimentalEnableLegacyWidgetBlock ? legacyWidget : null,
__experimentalEnableMenuBlock ? navigationMenu : null,
__experimentalEnableMenuBlock ? navigationMenuItem : null,
socialLinks,
...socialLink.sites,
].forEach( registerBlock );
} : undefined;

0 comments on commit 20cde36

Please sign in to comment.