diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-04-28 10:14:44 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-28 10:14:44 +0100 |
commit | 44f9c9b7183d7e5a98909950314b326e72b85b98 (patch) | |
tree | 51aaaab3bf714059db5dc7f4b3bb47ed8d6590e9 | |
parent | 6683eb9c6ab3b42c381328cecea423dd8ad0f87c (diff) | |
parent | 66424841a6adb90dd652bea67bd2cf5d88d7bd90 (diff) |
Merge branch 'gh-pages-widget' into gh-pages
-rw-r--r-- | docs/customising/config.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/customising/config.md b/docs/customising/config.md index 60ecb8a71..220de462a 100644 --- a/docs/customising/config.md +++ b/docs/customising/config.md @@ -119,6 +119,7 @@ indentation correct. If in doubt, look at the examples already in the file, and <br> <code><a href="#override_all_public_body_request_emails">OVERRIDE_ALL_PUBLIC_BODY_REQUEST_EMAILS</a></code> <br> <code><a href="#allow_batch_requests">ALLOW_BATCH_REQUESTS</a></code> <br> <code><a href="#public_body_list_fallback_to_default_locale">PUBLIC_BODY_LIST_FALLBACK_TO_DEFAULT_LOCALE</a></code> +<br> <code><a href="#enable_widgets">ENABLE_WIDGETS</a></code> ### External public services: @@ -1152,6 +1153,22 @@ SHARED_DIRECTORIES: </dd> <dt> + <a name="enable_widgets"><code>ENABLE_WIDGETS</code></a> + </dt> + <dd> + If you would like to give users the opportunity to insert HTML 'widgets' into their other websites, advertising the + requests they've made in Alaveteli, set this to true. A link to add a widget will appear in the sidebar of each request page. Users following the link can preview the widget for that request, and cut and paste the HTML to produce the widget into their own site. + <div class="more-info"> + <p>Example:</p> + <ul class="examples"> + <li> + <code>ENABLE_WIDGETS: false</code> + </li> + </ul> + </div> + </dd> + + <dt> <a name="blog_feed"><code>BLOG_FEED</code></a> </dt> <dd> |