diff --git a/wire/core/Notices.php b/wire/core/Notices.php index 3443a7a8..51b93d34 100644 --- a/wire/core/Notices.php +++ b/wire/core/Notices.php @@ -73,6 +73,14 @@ abstract class Notice extends WireData { * */ const anonymous = 65536; + + /** + * Indicate notice should not group/collapse with others of the same type (when supported by admin theme) + * + * @since 3.0.147 + * + */ + const noGroup = 131072; /** * Create the Notice