This website requires JavaScript.
Explore
Help
Sign in
codeninjasllc
/
discourse
Watch
1
Star
0
Fork
You've already forked discourse
0
mirror of
https://github.com/codeninjasllc/discourse.git
synced
2024-11-23 23:58:31 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
01347dfbe2
discourse
/
plugins
/
poll
/
config
/
settings.yml
8 lines
117 B
YAML
Raw
Normal View
History
Unescape
Escape
- FEATURE: revamped poll plugin - add User.staff scope - inject MessageBus into Ember views (so it can be used by the poll plugin) - REFACTOR: use more accurate is_first_post? method instead of post_number == 1 - FEATURE: add support for JSON-typed custom fields - FEATURE: allow plugins to add validation - FEATURE: add post_custom_fields to PostSerializer - FEATURE: allow plugins to whitelist post_custom_fields - FIX: don't bump when post did not save successfully - FEATURE: polls are supported in any post - FEATURE: allow for multiple polls in the same post - FEATURE: multiple choice polls - FEATURE: rating polls - FEATURE: new dialect allowing users to preview polls in the composer
2015-04-23 13:33:29 -04:00
plugins
:
poll_enabled
:
default
:
true
FIX: disable poll dialect when poll plugin is disabled
2015-09-14 14:11:03 -04:00
client
:
true
FEATURE: new 'poll_maximum_options' site setting to limit the number of options in a poll
2015-05-01 10:44:51 -04:00
poll_maximum_options
:
changed default 'poll maximum options' to 20
2015-05-19 08:33:27 -04:00
default
:
20
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: https://github.com/discourse/discourse/blob/7b6d6b76eb3b7dbf1982c382a1f0e981e7ff8eee/app/models/site_setting.rb#L17-L18
2015-07-19 16:41:14 -04:00
client
:
true
Reference in a new issue
Copy permalink