Skip to content

Releases: kongulov/nova-tab-translatable

Fixed compatibility with Tabs component

17 Sep 11:36
Compare
Choose a tag to compare
1.0.17

Fixed compatibility with Tabs component

Keep lang selected between reloads

16 Sep 10:33
Compare
Choose a tag to compare
1.0.16

Keep lang selected between reloads

1.0.15

05 Jul 05:28
Compare
Choose a tag to compare
Remove log

1.0.14

03 Jul 19:42
Compare
Choose a tag to compare
[Issue 11] Nova hideWhenCreating() not working

1.0.13

23 Jun 12:16
Compare
Choose a tag to compare
[issue 9] Fix problem with nove Panel

1.0.12

19 Mar 06:47
Compare
Choose a tag to compare
add w-full class

1.0.11

10 Mar 08:47
Compare
Choose a tag to compare

Add support for Nova KeyValue fields

639879c

1.0.10

01 Feb 07:49
dae019a
Compare
Choose a tag to compare
Support Nova authorizedToSee method

1.0.9

16 Dec 13:28
92c77de
Compare
Choose a tag to compare
Merge pull request #7 from Energon7/master

Fix working with custom rules

1.0.8

15 Oct 10:47
ec18961
Compare
Choose a tag to compare
  • Replace field name
NovaTabTranslatable::make([
    Text::make('Title')->rules('required'),
])->setTitle('Own Title'),
  • If on the index and detail pages you want to turn off the tab and show it each as a row, use trait TranslatableTabToRowTrait in your resource
class YourResource extends Resource
{
    use TranslatableTabToRowTrait;
    ...
}