mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
9f31c3d235
At present this doesn't actually seem to be exposed to the client.
I discovered this by accident whilst trying to write my own plugin:
7b6d6b76eb/app/models/site_setting.rb (L17-L18)
6 lines
100 B
YAML
6 lines
100 B
YAML
plugins:
|
|
poll_enabled:
|
|
default: true
|
|
poll_maximum_options:
|
|
default: 20
|
|
client: true
|