@twillBlockTitle('Sección informativa 2') @twillBlockIcon('image-text') @formField('input', [ 'name' => 'title', 'label' => 'Título', 'translated' => true, ]) @formField('input', [ 'name' => 'subtitle', 'label' => 'Subtítulo', 'translated' => true, ]) @formField('input', [ 'name' => 'excerpt', 'type' => 'textarea', 'label' => 'Frase llamativa', 'translated' => true, ]) @formField('input', [ 'name' => 'description', 'type' => 'textarea', 'label' => 'Descripción', 'translated' => true, ]) @formField('medias', [ 'name' => 'image__section_info_2', 'label' => 'Imagenes', 'required' => true, 'max' => 2, ]) @formField('repeater', ['type' => 'check_list_item'])