Skip to content

Commit bc4ff82

Browse files
committed
fix: 🚑️ Update allowed taxonomies on News Block selector to include tags
Also remove sections
1 parent da1b4ca commit bc4ff82

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/Blocks/News_Block.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ class News_Block extends ACF_Group {
2626

2727
public const ALLOWED_TAX = [
2828
'academics',
29-
'category',
3029
'administration',
30+
'category',
3131
'colleges',
32-
'section',
32+
'people',
33+
'tags',
3334
];
3435

3536
protected function get_locations(): array {

0 commit comments

Comments
 (0)