Skip to content

Commit

Permalink
Update 05-resource.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrosmile committed Dec 19, 2022
1 parent c32cf24 commit ebc10c9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/05-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@ If it's `true`, TiMEX filament resource will be registered on your navigation pa

If [enablePolicy](03-page.md) is set to `true` option `shouldRegisterNavigation` will be ignored and access to TiMEX filament resource will be configured in accordance with your laravel policies made for TiMEX event model

### isStartEndHidden
Boolean (default: `false`)
```php
'resources' => [
'isStartEndHidden' => false,
],
```

If it's `true`, startTime & endTime DateTimePickers would be hidden from create & edit forms. Labels for times would be also hidden from the calendar view

## #models
### event (model)
Laravel model (default: `\Buildix\Event::class`)
Expand Down

0 comments on commit ebc10c9

Please sign in to comment.