limit attachments in comments

This commit is contained in:
2026-05-16 21:00:27 +02:00
parent 32499fed36
commit 3cfb9dfc04
4 changed files with 40 additions and 0 deletions

View File

@@ -410,6 +410,7 @@
allow_fileupload_comments: @if(allow_fileupload_comments) true @else false @endif,
fileupload_comments_multifile: @if(fileupload_comments_multifile) true @else false @endif,
fileupload_comments_size: {{ fileupload_comments_size }},
fileupload_comments_max: {{ fileupload_comments_max }},
fileupload_comments_mode: "{{ fileupload_comments_mode }}"
};
window.f0ckDebug = window.f0ckSession.development ? console.log.bind(console) : () => {};