From 3991c1427e7cdb0a485633e6df73215dd25c86af Mon Sep 17 00:00:00 2001 From: Alex Bogdanovski Date: Fri, 6 Dec 2024 20:12:47 +0200 Subject: [PATCH] reamde --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f11c3d7c..29472481 100755 --- a/README.md +++ b/README.md @@ -644,6 +644,8 @@ scoold.password_auth_enabled = true |`scoold.notifications_as_reports_enabled`
Enable/disable copies of new content notifications in the form of reports on the site. Instead of checking their email, mods will be able to view and act on those on the reports page. | `false` | `Boolean`| |`scoold.akismet_api_key`
API Key for Akismet for activating anti-spam protection of all posts. | ` ` | `String`| |`scoold.automatic_spam_protection_enabled`
Enable/disable autonomous action taken against spam posts - if detected a spam post will be blocked without notice. By default, spam posts will require action and approval by admins. | `true` | `Boolean`| +|`scoold.data_import_export_enabled`
Enable/disable backup and restore features on the Administration page. | `true` | `Boolean`| +|`scoold.config_editing_enabled`
Enable/disable live configuration editing for admins on the Administration page. | `true` | `Boolean`|