From 4f826080cb4ae980930cc30d343aaec7bb9fa363 Mon Sep 17 00:00:00 2001 From: Justus Dieckmann <45795270+justusdieckmann@users.noreply.github.com> Date: Thu, 7 May 2026 19:24:27 +0000 Subject: [PATCH] Fix name for popup message processor in sample code --- docs/apis/core/message/index.md | 2 +- versioned_docs/version-4.5/apis/core/message/index.md | 2 +- versioned_docs/version-5.0/apis/core/message/index.md | 2 +- versioned_docs/version-5.1/apis/core/message/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/apis/core/message/index.md b/docs/apis/core/message/index.md index 405c7767c..3bb1445e6 100644 --- a/docs/apis/core/message/index.md +++ b/docs/apis/core/message/index.md @@ -80,7 +80,7 @@ Once your `messages.php` is complete you need to increase the version number of ```php title="The default processor can be set using an element of the array" 'mynotification' => [ 'defaults' => [ - 'pop-up' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED, + 'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED, 'email' => MESSAGE_PERMITTED, ], ], diff --git a/versioned_docs/version-4.5/apis/core/message/index.md b/versioned_docs/version-4.5/apis/core/message/index.md index 405c7767c..3bb1445e6 100644 --- a/versioned_docs/version-4.5/apis/core/message/index.md +++ b/versioned_docs/version-4.5/apis/core/message/index.md @@ -80,7 +80,7 @@ Once your `messages.php` is complete you need to increase the version number of ```php title="The default processor can be set using an element of the array" 'mynotification' => [ 'defaults' => [ - 'pop-up' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED, + 'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED, 'email' => MESSAGE_PERMITTED, ], ], diff --git a/versioned_docs/version-5.0/apis/core/message/index.md b/versioned_docs/version-5.0/apis/core/message/index.md index 405c7767c..3bb1445e6 100644 --- a/versioned_docs/version-5.0/apis/core/message/index.md +++ b/versioned_docs/version-5.0/apis/core/message/index.md @@ -80,7 +80,7 @@ Once your `messages.php` is complete you need to increase the version number of ```php title="The default processor can be set using an element of the array" 'mynotification' => [ 'defaults' => [ - 'pop-up' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED, + 'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED, 'email' => MESSAGE_PERMITTED, ], ], diff --git a/versioned_docs/version-5.1/apis/core/message/index.md b/versioned_docs/version-5.1/apis/core/message/index.md index 405c7767c..3bb1445e6 100644 --- a/versioned_docs/version-5.1/apis/core/message/index.md +++ b/versioned_docs/version-5.1/apis/core/message/index.md @@ -80,7 +80,7 @@ Once your `messages.php` is complete you need to increase the version number of ```php title="The default processor can be set using an element of the array" 'mynotification' => [ 'defaults' => [ - 'pop-up' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED, + 'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED, 'email' => MESSAGE_PERMITTED, ], ],