does filament-spatie-translatable work when the resource is generated with -S option

For a FAQ 'module' I'm trying to use the https://filamentphp.com/plugins/filament-spatie-translatable plugin, I have added the plugin to the panel.

I then generated the resource

php artisan make:filament-resource FaqCategory -G -S


I have added the

 use Translatable;


to the resource

but the create and editdoes not have controls for the translations
Filament
Filament support for Spatie's Laravel Translatable package.
Was this page helpful?