@twillBlockTitle('Servicios') @twillBlockIcon('fix-grid') @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' ], [ 'value' => 'style_3', 'label' => 'Estilo 3' ], ] ])
Título - texto y color de texto en el título @formField('input', [ 'name' => 'title', 'label' => 'Texto', 'translated' => true, ]) @formField('color', [ 'name' => 'title_color', 'label' => 'Color', ])
Subtítulo - texto y color de texto en el subtítulo @formField('input', [ 'name' => 'subtitle', 'label' => 'Texto', 'translated' => true, ]) @formField('color', [ 'name' => 'subtitle_color', 'label' => 'Color', ])
Descripción - texto y color de texto en el encabezado @formField('input', [ 'name' => 'description', 'label' => 'Texto', 'type' => 'textarea', 'translated' => true, ]) @formField('color', [ 'name' => 'description_color', 'label' => 'Color', ])

Se incluira la información guardada en el modulo de Servicios