Code snippet to extend Category Block in WP Editor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// svg code | |
import lancpaIcon from './lancpaIcon'; | |
// alter the icon slot | |
wp.blocks.updateCategory( 'wclancpa-2019', { | |
icon: lancpaIcon | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This snippet works in conjunction with another snippet to extend the existing categroy block in the new 5.0 WordPress editor.