Same filename and directory in other branches
- 8.x-1.x templates/exif_sample.html.twig
{% trans %}Example of field name and the metadata extracted{% endtrans %}
{{ metadata | raw }}
1 theme call to exif_sample.html.twig
- ExifSettingsController::showSample dans src/Controller/ExifSettingsController.php
- Create a sample HTML Fragment.
Fichier
-
templates/exif_sample.html.twig
View source
- <img class="sample-image" src="{{ image_path }}"/>
- <h3 class="sample-image">{% trans %}Example of field name and the metadata extracted{% endtrans %}</h3>
- <div class="sample-metadata">
- {{ metadata | raw }}
- </div>