Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Allow Notifications

Variable: $cfg['notif']['allow']

Effected class: notif

Config type: notif

Type of data: integer

Platform: 2v

How to call: self::$cfg['notif']['allow']

(only from effected classes)

Description:
Should we allow notifications to popup? Sometimes we can find them annoying, maybe we don't want so much information?
Available options:
0 - Block notifs even on dev user.
1 - Enabled.
2 - Enabled, but block only core errors even on dev user.
example: 1
The default set of "allow".
How to set (example):
Code:
Info Panel
Roll it!   ⇔