Skip to content

Commit

Permalink
Flag as taxonomy as builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Aug 17, 2023
1 parent 28d1fcf commit 7d2eae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/compat/wordpress-6.4/block-patterns.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function gutenberg_register_taxonomy_patterns() {
'show_admin_column' => true,
'query_var' => true,
'show_in_rest' => true,
'_builtin' => true,
'rewrite' => array( 'slug' => 'wp_pattern_category' ),
);
register_taxonomy( 'wp_pattern_category', array( 'wp_block' ), $args );
Expand Down

0 comments on commit 7d2eae1

Please sign in to comment.