kongulov / nova-tab-translatable

This package contains a NovaTabTranslatable class you can use to make any Nova field type translatable with tabs.
MIT License
79 stars 17 forks source link

Set attachment fail in NovaTabTranslatable field #38

Open xpalacinengelsolar opened 1 year ago

xpalacinengelsolar commented 1 year ago

POST */nova-api/press_communication/field-attachment/translations_text_es 404 (Not Found)

My code

NovaTabTranslatable::make([
    Trix::make('Texto', 'text')
        ->withFiles('public')
        ->required()
        ->sortable()
        ->hideFromIndex(),
])->setTitle('Idioma')