{{ trans('entities.permissions_intro') }}
--}}
Set permissions here to override the default permissions provided by user roles.
@if($model instanceof \BookStack\Entities\Models\Book)
Permissions set on books will automatically cascade to child chapters and pages, unless
they have their own permissions defined.
@endif
@if($model instanceof \BookStack\Entities\Models\Chapter)
Permissions set on chapters will automatically cascade to child pages, unless
they have their own permissions defined.
@endif
{{ trans('entities.shelves_permissions_cascade_warning') }}
@endif