gutenberg-customizations

PHOTO EMBED

Tue Apr 02 2024 07:09:59 GMT+0000 (Coordinated Universal Time)

Saved by @divyasoni23 #jquery #js

wp.domReady(function () {
	wp.blocks.registerBlockStyle('core/button', {
		name: 'with-arrow',
		label: 'With Arrow',
	});
	wp.blocks.registerBlockStyle('core/button', {
		name: 'link-btn',
		label: 'Link Btn',
	});
  	wp.blocks.registerBlockStyle('core/list', {
		name: 'check',
		label: 'check mark',
	});
});
content_copyCOPY