Merge origin/main into feat/package-detail-pages
This commit is contained in:
@@ -41,6 +41,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()
|
||||
@@ -61,6 +67,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()
|
||||
|
||||
Reference in New Issue
Block a user