Skip to content

Commit

Permalink
Remove configuration for participatory documents
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Dec 12, 2023
1 parent 6b84c35 commit 324149d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions config/initializers/participatory_documents.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
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
# 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

0 comments on commit 324149d

Please sign in to comment.