diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/config.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/example/config.yaml b/example/config.yaml index 7f119ab16..c0b850ad9 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -433,6 +433,13 @@ accounts-reason-required: true # Default: false accounts-allow-custom-css: false +# Int. If accounts-allow-custom-css is true, this is the permitted length in characters for +# CSS uploaded by accounts on this instance. No effect if accounts-allow-custom-css is false. +# +# Examples: [500, 5000, 9999] +# Default: 10000 +accounts-custom-css-length: 10000 + ######################## ##### MEDIA CONFIG ##### ######################## |