Skip to content

Commit

Permalink
added description for $config[show_in_post_types] parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
llemurya committed Mar 20, 2015
1 parent f1abd7b commit 84c4217
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extension/sidebars/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ Configuration
'before_title' => '<h3>',
'after_title' => '</h3>',
),
/**
* Render sidebar metabox in post types.
* By default is set to false.
* If you want to render sidebar in post types set it to true.
*/
'show_in_post_types' => false
);
Helpers
Expand Down

0 comments on commit 84c4217

Please sign in to comment.