This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-11-27 12:13:37 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
2b0268e74a
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-24 01:33:29 +08:00
plugins
:
poll_enabled
:
default
:
true
FIX: disable poll dialect when poll plugin is disabled
2015-09-15 02:11:03 +08:00
client
:
true
FEATURE: new 'poll_maximum_options' site setting to limit the number of options in a poll
2015-05-01 22:44:51 +08:00
poll_maximum_options
:
changed default 'poll maximum options' to 20
2015-05-19 20:33:27 +08: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-20 04:41:14 +08:00
client
:
true
Reference in New Issue
Copy Permalink