discourse-signatures/config/settings.yml
Gabriel Grubba 1f36d20292
FIX: NaN issue and remaining not being tracked (#113)
With https://github.com/discourse/discourse-signatures/pull/105 we had an issue where the character count would show NaN when the signature was empty.

For some reason it was not being auto tracked so when you hit the keys now it should update the UI as expected.
2026-03-20 17:24:56 -03:00

33 lines
660 B
YAML

plugins:
signatures_enabled:
default: true
client: true
signatures_advanced_mode:
default: false
client: true
signatures_visible_by_default:
default: false
client: true
signatures_allowed_groups:
type: group_list
list_type: compact
default: ""
allow_any: false
refresh: true
signatures_show_in_categories:
type: category_list
client: true
default: ""
signatures_first_post_only:
default: false
client: true
signatures_max_length:
client: true
default: 500
min: 50
max: 10000
signatures_max_image_height:
default: 150
min: 20
max: 1000
client: true