1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/17010] Add first web push settings to ACP

PHPBB3-17010
This commit is contained in:
Marc Alexander
2022-08-22 21:31:04 +02:00
parent 769f5bc397
commit d05e2dd043
3 changed files with 10 additions and 1 deletions

View File

@@ -491,7 +491,7 @@ class acp_board
'vars' => [
'legend1' => 'GENERAL_SETTINGS',
'webpush_vapid_public' => ['lang' => 'WEBPUSH_VAPID_PUBLIC', 'validate' => 'string', 'type' => 'text:25:255', 'explain' => true],
'webpush_vapid_private' => ['lang' => 'WEBPUSH_VAPID_PUBLIC', 'validate' => 'string', 'type' => 'text:25:255', 'explain' => true],
'webpush_vapid_private' => ['lang' => 'WEBPUSH_VAPID_PRIVATE', 'validate' => 'string', 'type' => 'password:25:255', 'explain' => true],
'legend3' => 'ACP_SUBMIT_CHANGES',
],