Skip to content

Commit

Permalink
Merge pull request #352 from abrain/taxonomies-in-elementor
Browse files Browse the repository at this point in the history
Make taxonomies available in Elementor
  • Loading branch information
abrain authored Oct 29, 2024
2 parents c4f604f + 5106e41 commit d7a0acd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Types/AlertingMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public function getRegistrationArgs(): array
'back_to_items' => __('← Go to Alerting Methods', 'einsatzverwaltung'),
),
'public' => true,
'show_in_nav_menus' => false,
'show_in_rest' => true,
'capabilities' => array(
'manage_terms' => 'edit_einsatzberichte',
Expand Down
1 change: 0 additions & 1 deletion src/Types/ExtEinsatzmittel.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public function getRegistrationArgs(): array
'back_to_items' => '← Zurück zu den externen Einsatzmitteln',
),
'public' => true,
'show_in_nav_menus' => false,
'show_in_rest' => true,
'capabilities' => array(
'manage_terms' => 'edit_einsatzberichte',
Expand Down
1 change: 0 additions & 1 deletion src/Types/IncidentType.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public function getRegistrationArgs(): array
'back_to_items' => __('← Go to Incident Categories', 'einsatzverwaltung'),
),
'public' => true,
'show_in_nav_menus' => false,
'show_in_rest' => true,
'meta_box_cb' => false,
'capabilities' => array(
Expand Down
1 change: 0 additions & 1 deletion src/Types/Vehicle.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public function getRegistrationArgs(): array
'back_to_items' => '← Zurück zu den Fahrzeugen',
),
'public' => true,
'show_in_nav_menus' => false,
'show_in_rest' => true,
'meta_box_cb' => false,
'hierarchical' => true,
Expand Down

0 comments on commit d7a0acd

Please sign in to comment.