Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / media / templates / media.html.twig
index 41731992ec0fa7d668f66ddaa9a02054e9d4c145..2c2c759044db1346f5e04eddc58cfb76eea3e12b 100644 (file)
  */
 #}
 <div{{ attributes }}>
-  {#
-    In the 'full' view mode the entity label is assumed to be displayed as the
-    page title, so we do not display it here.
-  #}
-  {{ title_prefix }}
-  {% if label and view_mode != 'full' %}
-    <h2{{ title_attributes }}>
-      {{ label }}
-    </h2>
-  {% endif %}
-  {{ title_suffix }}
-
+  {{ title_suffix.contextual_links }}
   {{ content }}
 </div>