fixed a bug: synchronization now really optional
[mir.git] / etc / config.properties-dist
index df4cbd1..62fe099 100755 (executable)
@@ -67,6 +67,11 @@ Mir.Localizer.Producer.GeneratorLibrary= default=freemarker(etc/producer/)
 Mir.Localizer.Admin.GeneratorLibrary= default=freemarker(templates/admin/)
 Mir.Localizer.OpenPosting.GeneratorLibrary= default=freemarker(etc/open/)
 
+# How should the custom operations (hide etc) in article and comment lists
+# be presented?
+# 0 = links, 1 = checkboxes, 2 = a listbox
+Mir.Localizer.Admin.ListOperationsFlavor=1
+
 # Which producers need to be called after an article (resp. a comment) is posted
 Mir.Localizer.OpenPosting.ContentProducers= media.new;articles.changed;startpage.generate;synchronization.run
 Mir.Localizer.OpenPosting.CommentProducers= articles.changed;synchronization.run
@@ -92,6 +97,10 @@ MaxMediaUploadSize=20000
 # the maximum number of allowed media items to upload at once.
 ServletModule.OpenIndy.MaxMediaUploadItems=20
 
+# the default number of media items to upload at once
+ServletModule.OpenIndy.DefaultMediaUploadItems=1
+
+
 #
 #
 # STATIC SITE CONFIG