Update to drupal 8.0.0-rc1. For more information, see https://www.drupal.org/node/2582663

This commit is contained in:
Greg Anderson 2015-10-08 11:40:12 -07:00
parent eb34d130a8
commit f32e58e4b1
8476 changed files with 211648 additions and 170042 deletions

View file

@ -10,6 +10,7 @@
* @see template_preprocess_file_managed_file()
*/
#}
{{ attach_library('classy/file') }}
{%
set classes = [
'js-form-managed-file',

View file

@ -10,6 +10,7 @@
* @see template_preprocess_file_widget()
*/
#}
{{ attach_library('classy/file') }}
<div{{ attributes }}>
{{ element }}
</div>

View file

@ -12,7 +12,7 @@
* - string classes: The classes of the captioned HTML tag.
*/
#}
<figure class="caption caption-{{ tag }}{%- if classes %} {{ classes }}{%- endif %}">
<figure role="group" class="caption caption-{{ tag }}{%- if classes %} {{ classes }}{%- endif %}">
{{ node }}
<figcaption>{{ caption }}</figcaption>
</figure>

View file

@ -10,6 +10,7 @@
* @see template_preprocess_image_widget()
*/
#}
{{ attach_library('classy/image-widget') }}
<div{{ attributes }}>
{% if data.preview %}
<div class="image-preview">

View file

@ -13,7 +13,7 @@
* @see template_preprocess_text_format_wrapper()
*/
#}
<div class="js-text-format-wrapper text-format-wrapper form-item">
<div class="js-text-format-wrapper text-format-wrapper js-form-item form-item">
{{ children }}
{% if description %}
{%