Skip to content

Commit

Permalink
Add block keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyvercher committed Aug 5, 2018
1 parent fd24a61 commit a8312d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/BlockType/Code.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a8312d8

Please sign in to comment.