| Current Path : /home/ereika83/www/wp-content/plugins/wpmu-dev-seo/includes/assets/js/es6/ |
| Current File : /home/ereika83/www/wp-content/plugins/wpmu-dev-seo/includes/assets/js/es6/wds-link-format-button.js |
import wp from 'wp';
import {link} from './link-format-button';
if (((wp || {}).blockEditor || {}).__experimentalLinkControl) {
const {registerFormatType, unregisterFormatType} = wp.richText;
[link].forEach(({name, ...settings}) => {
unregisterFormatType(name);
registerFormatType(name, settings);
});
} else {
console.log('SmartCrawl: wp.blockEditor.__experimentalLinkControl not found');
}