Skip to content

Commit

Permalink
Json preview and recline preview are enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Oct 31, 2012
1 parent 9cebb73 commit 4a255aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ckan/config/deployment.ini_tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ app_instance_uuid = ${app_instance_uuid}

# List the names of CKAN extensions to activate.
# Note: This line is required to be here for packaging, even if it is empty.
# Note: Add ``jsonpreview pdfpreview reclinepreview`` to enable the resource previews
ckan.plugins = stats
# Note: Add ``json_preview pdf_preview recline_preview`` to enable the resource previews
# Add the resourceproxy plugin to enable resorce proxying and get around the same origin policy
ckan.plugins = stats json_preview recline_preview

# If you'd like to fine-tune the individual locations of the cache data dirs
# for the Cache data, or the Session saves, un-comment the desired settings
Expand Down

0 comments on commit 4a255aa

Please sign in to comment.