Skip to content

Commit

Permalink
docs(configuration): import and export config
Browse files Browse the repository at this point in the history
  • Loading branch information
DissNik committed Oct 27, 2023
1 parent 4d9ae57 commit 4b06929
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/views/pages/ru/configuration.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
'profile' => ProfilePage::class // [tl! focus]
], // [tl! focus]

# Импорт и экспорт по умолчанию у ModelResource
'model_resources' => [ // [tl! focus]
'default_with_import' => true, // [tl! focus]
'default_with_export' => true, // [tl! focus]
], // [tl! focus]

'auth' => [ // [tl! focus]
# Вкл/Выкл аутентификацию. Если false, то панель будет доступна всем
'enable' => true, // [tl! focus]
Expand Down

0 comments on commit 4b06929

Please sign in to comment.