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-25 00:29:30 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
44bf8fc7f7
discourse
/
plugins
/
poll
/
config
/
settings.yml
6 lines
83 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
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
:
default
:
10
Reference in a new issue
Copy permalink