v0.5.4
What's Changed
Fixed / Updated
- Fixed alignment of the edit icon for Firefox
- Optimized phpunit settings
Added
Added (for Development)
Updated / Added translations
- Feel free to contribute your translation.
About
This package for FilamentPHP adds the form component TitleWithSlugInput
which allows editing titles and slugs easily. It is inspired by the classic WordPress title & slug implementation.
\Camya\Filament\Forms\Components\TitleWithSlugInput::make(
fieldTitle: 'name',
fieldSlug: 'identifier',
)