This commit is contained in:
Molkobain
2021-03-12 09:48:35 +01:00
parent bdc8fe9db3
commit 2710f945d8

View File

@@ -78,6 +78,10 @@ class WebPage implements Page
* @since 3.0.0
*/
public const DEFAULT_SESSION_MESSAGE_SEVERITY = self::ENUM_SESSION_MESSAGE_SEVERITY_INFO;
/**
* @var string Rel. path to the template to use for the rendering. File name must be without the extension.
* @since 3.0.0
*/
const DEFAULT_PAGE_TEMPLATE_REL_PATH = 'pages/backoffice/webpage/layout';
protected $s_title;