Skip to content

Commit

Permalink
Merge pull request #133 from sesamyab/ma/non-hierarchical-passes
Browse files Browse the repository at this point in the history
Ma/non hierarchical passes
  • Loading branch information
markusahlstrand authored Oct 18, 2024
2 parents f9cab98 + 64695eb commit 4cd2406
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/admin/css/sesamy-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@

.sesamy-editor-panel h3 {
margin-top: 0.5rem;
}
.term-parent-wrap {display: none;}
}
2 changes: 1 addition & 1 deletion src/includes/class-sesamy-passes.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function register_taxonomy() {
'show_tagcloud' => false,
'show_in_nav_menus' => false,
'rewrite' => false,
'hierarchical' => true,
'hierarchical' => false,
'show_in_rest' => true,
'show_in_quick_edit' => false,
'meta_box_cb' => false,
Expand Down
2 changes: 1 addition & 1 deletion src/includes/class-sesamy-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function register_taxonomy() {
'show_tagcloud' => true,
'show_in_nav_menus' => false,
'rewrite' => false,
'hierarchical' => true,
'hierarchical' => false,
'show_in_rest' => true,
'show_in_quick_edit' => false,
'meta_box_cb' => false,
Expand Down

0 comments on commit 4cd2406

Please sign in to comment.