| Path : /proc/thread-self/root/home/vishqocm/vjmedia.in/wp-content/plugins/coblocks/src/formats/ |
| Current File : //proc/thread-self/root/home/vishqocm/vjmedia.in/wp-content/plugins/coblocks/src/formats/index.js |
/**
* Internal dependencies
*/
import { uppercase } from './uppercase';
/**
* WordPress dependencies
*/
const { registerFormatType } = wp.richText;
function registerFormats() {
[
uppercase,
].forEach( ( { name, ...settings } ) => registerFormatType( name, settings ) );
}
registerFormats();