Skip to content

Commit

Permalink
Remove seed CTA
Browse files Browse the repository at this point in the history
  • Loading branch information
maximomartinezsoria committed Mar 14, 2024
1 parent abd8d50 commit 04b2007
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions config/post-types.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,7 @@
|
*/

'post_types' => [
'seed' => [
'menu_icon' => 'dashicons-star-filled',
'supports' => ['title', 'editor', 'author', 'revisions', 'thumbnail'],
'show_in_rest' => true,
'names' => [
'singular' => __('Seed', 'radicle'),
'plural' => __('Seeds', 'radicle'),
'slug' => 'seeds',
]
],
],
'post_types' => [],

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 04b2007

Please sign in to comment.