1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-14 02:34:24 +02:00

Accompanies previous commit (forgot to include this file) processwire/processwire-issues#1032

This commit is contained in:
Ryan Cramer
2019-11-15 15:15:12 -05:00
parent 8d82308c4c
commit 8c5d3aff72

View File

@@ -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