diff --git a/php/BlockType/Code.php b/php/BlockType/Code.php index debab14..b54522b 100644 --- a/php/BlockType/Code.php +++ b/php/BlockType/Code.php @@ -52,6 +52,7 @@ protected function register_block_type() { 'description' => esc_html__( 'Edit and display code with syntax highlighting.', 'shiny-code' ), 'icon' => 'editor-code', 'category' => 'formatting', + 'keywords' => [ 'code' ], 'attributes' => [ 'content' => [ 'type' => 'string',