mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Expose poll_maximum_options to client
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)
This commit is contained in:
@@ -3,3 +3,4 @@ plugins:
|
||||
default: true
|
||||
poll_maximum_options:
|
||||
default: 20
|
||||
client: true
|
||||
|
||||
Reference in New Issue
Block a user