Skip to content

Commit

Permalink
Add instance values key
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips-nz committed Aug 4, 2021
1 parent 08b44b4 commit af893f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloudcannon/info.njk
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ permalink: /_cloudcannon/info.json
{% if cloudcannon._enabled_editors %}
"_enabled_editors": {{ cloudcannon._enabled_editors | ccJsonify | safe }},
{% endif %}
{% if cloudcannon._instance_values %}
"_instance_values": {{ cloudcannon._instance_values | ccJsonify | safe }},
{% endif %}
"paths": {
{% if cloudcannon.uploads_dir %}
"uploads": "{{ cloudcannon.uploads_dir }}",
Expand Down

0 comments on commit af893f4

Please sign in to comment.