Apply previous changes: slack webhooks, date range issue, 12h am/pm format, today preifl, api-keys

This commit is contained in:
JhumanJ
2022-09-21 17:23:37 +02:00
parent 341ee04268
commit 18ed28da2e
19 changed files with 305 additions and 132 deletions

View File

@@ -38,6 +38,7 @@ class FormCleaner
'theme' => 'default',
'use_captcha' => false,
'password' => null,
'slack_webhook_url' => null,
];
private array $fieldDefaults = [
@@ -68,6 +69,7 @@ class FormCleaner
'logo_picture' => 'The logo was removed.',
'database_fields_update' => 'Form submission will only create new records (no updates).',
'theme' => 'Default theme was applied.',
'slack_webhook_url' => "Slack webhook disabled.",
// For fields
'hide_field_name' => 'Hide field name removed.',