mirror of
https://github.com/processwire/processwire.git
synced 2025-08-16 11:44:42 +02:00
Accompanies previous commit (forgot to include this file) processwire/processwire-issues#1032
This commit is contained in:
@@ -73,6 +73,14 @@ abstract class Notice extends WireData {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
const anonymous = 65536;
|
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
|
* Create the Notice
|
||||||
|
Reference in New Issue
Block a user