diff options
Diffstat (limited to 'config/general.yml-example')
-rw-r--r-- | config/general.yml-example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index 88d89958d..df140136c 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -802,3 +802,11 @@ RESPONSIVE_STYLING: true # --- PRODUCTION_MAILER_DELIVERY_METHOD: sendmail +# If ENABLE_WIDGETS is set to true, Alaveteli will allow the embedding of a +# 'widget' linking to a request on other sites. This widget will record +# how many people click on an 'I also want to know' button. +# +# ENABLE_WIDGETS - Boolean (default: false) +# +# --- +ENABLE_WIDGETS: false |