Skip to content

Commit

Permalink
Force activation of Antivirus
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Jan 18, 2024
1 parent 7a5f5d9 commit 7b386c8
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions config/initializers/participatory_documents.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Decidim::ParticipatoryDocuments.configure do |config|
# # Public: The maximum length of any text field (body, answers, etc) to export.
# # Defaults to 50. Set to 0 to export the full text.
# config.max_export_text_length = 0
#
# # Public: The minimum length of a suggestion to be considered valid.
# config.min_suggestion_length = 5
#
# # Public: The maximum length of a suggestion to be considered valid.
# config.max_suggestion_length = 500
# end
# frozen_string_literal: true

Decidim::ParticipatoryDocuments.configure do |config|
## Public: The maximum length of any text field (body, answers, etc) to export.
## Defaults to 50. Set to 0 to export the full text.
# config.max_export_text_length = 0

## Public: The minimum length of a suggestion to be considered valid.
# config.min_suggestion_length = 5

## Public: The maximum length of a suggestion to be considered valid.
# config.max_suggestion_length = 500

config.antivirus_enabled = true
end

0 comments on commit 7b386c8

Please sign in to comment.