feat: Modalidades — novos campos de preview (tag, subtitle, comparação)

This commit is contained in:
2026-08-12 08:55:20 -03:00
parent 1425d7aaa1
commit 3f55180b73
5 changed files with 78 additions and 16 deletions

View File

@@ -24,6 +24,12 @@ class WeddingPackageForm
->label('Número / tipo (ex.: 01 / COMPLETA)')
->required()
->maxLength(255),
TextInput::make('tag')
->label('Etiqueta curta (ex.: Assessoria completa)')
->maxLength(255),
TextInput::make('subtitle')
->label('Frase de apoio')
->maxLength(255),
Textarea::make('summary')
->label('Resumo')
->required()
@@ -44,6 +50,12 @@ class WeddingPackageForm
->label('Texto do botão')
->required()
->maxLength(255),
TextInput::make('compare_heading')
->label('Comparação — título (leitura rápida)')
->maxLength(255),
TextInput::make('compare_summary')
->label('Comparação — resumo (leitura rápida)')
->maxLength(255),
TextInput::make('sort_order')
->label('Ordem')
->numeric()