Skip to content

Commit

Permalink
feature: add severity 'info' as suggested by @erikyo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhooks committed Mar 26, 2023
1 parent 5ee567b commit f4682e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/restapi/class-notification-controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ public function get_item_schema() {
'context' => array( 'view', 'edit', 'embed' ),
'enum' => array(
'alert',
'info',
'warning',
'success',
),
Expand Down

0 comments on commit f4682e8

Please sign in to comment.