Skip to content

Commit

Permalink
fix twig functions page
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Jan 22, 2024
1 parent b1893f1 commit de8501f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions env/localhost/config/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ cache:
method: hash
gzip: false

errors:
display: 1

assets:
css_pipeline: false
js_pipeline: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Output the EXIF data from an image based on its filepath. This requires that `me
[/prism]
{% endverbatim %}

This would write the `MaxApertureValue`-value set in the camera, for example "40/10". You can always use `{% verbatim %}{{ dump(exif)}}{% endverbatim %}` to show all the available data in the debugger.
This would write the `MaxApertureValue`-value set in the camera, for example "40/10". You can always use {% verbatim %}`{{ dump(exif) }}`{% endverbatim %} to show all the available data in the debugger.

### `get_cookie`

Expand Down

0 comments on commit de8501f

Please sign in to comment.