Skip to content

v0.5.3

Compare
Choose a tag to compare
@camya camya released this 21 Nov 15:13
· 36 commits to main since this release

What's Changed

Added

Added (for Development)

Fixed / Updated

Translations

Added indonesian translation. Thanks to @frankyso

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',
)