Skip to content

Commit

Permalink
fix(generator): clean better
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Apr 21, 2022
1 parent ef58ffb commit 71fb596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin-name/internals/PostTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ public function load_cpts() { //phpcs:ignore
'slug' => 'demo',
'show_in_rest' => true,
'dashboard_activity' => true,
// WPBPGen{{#if system_capability-system}}
// WPBPGen{{#if system_capability-system}}
'capability_type' => array( 'demo', 'demoes' ),
// {{/if}}
// {{/if}}
// Add some custom columns to the admin screen
'admin_cols' => array(
'featured_image' => array(
Expand Down

0 comments on commit 71fb596

Please sign in to comment.