@twillBlockTitle('Testimonios') @twillBlockIcon('b-carousel') @formField('select', [ 'name' => 'section_style', 'label' => 'Estilos', 'default' => 'style_1', 'required' => true, 'options' => [ [ 'value' => 'style_1', 'label' => 'Estilo 1' ], [ 'value' => 'style_2', 'label' => 'Estilo 2' ], ] ]) @formField('input', [ 'name' => 'title', 'label' => 'Título', 'translated' => true, ]) @formField('input', [ 'name' => 'description', 'label' => 'Descripción', 'translated' => true, ])
Se incluira la información guardada en el modulo de Testimonios