mirror of
https://github.com/jbcr/core.git
synced 2026-04-01 22:02:16 +02:00
Tweak, tweak
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
{% if record|image %}
|
||||
{{ popup(record|image, 1024, 768) }}
|
||||
{{ dump(record|image) }}
|
||||
{% endif %}
|
||||
|
||||
{# Output all fields, in the order as defined in the content type.
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
:alt='{{ field.get('alt')|json_encode }}'
|
||||
:media='{{ field.get('media')|json_encode }}'
|
||||
:directory='{{ directory|json_encode }}'
|
||||
:csrf_token='{{ csrf_token('upload') }}'
|
||||
:csrf_token='{{ csrf_token('upload')|json_encode }}'
|
||||
></editor-image>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user