comparison core/modules/system/templates/field-multiple-value-form.html.twig @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
20 * 20 *
21 * @ingroup themeable 21 * @ingroup themeable
22 */ 22 */
23 #} 23 #}
24 {% if multiple %} 24 {% if multiple %}
25 <div class="js-form-item form-item"> 25 {%
26 set classes = [
27 'js-form-item',
28 'form-item'
29 ]
30 %}
31 <div{{ attributes.addClass(classes) }}>
26 {{ table }} 32 {{ table }}
27 {% if description.content %} 33 {% if description.content %}
28 <div{{ description.attributes.addClass('description') }} >{{ description.content }}</div> 34 <div{{ description.attributes.addClass('description') }} >{{ description.content }}</div>
29 {% endif %} 35 {% endif %}
30 {% if button %} 36 {% if button %}