'disabled' => $inheriting
])
</div>
- @if($entityType !== 'page' && $entityType !== 'bookshelf')
+ @if($entityType !== 'page')
<div class="px-l">
@include('form.custom-checkbox', [
'name' => 'permissions[' . $role->id . '][create]',
- 'label' => trans('common.create'),
+ 'label' => trans('common.create') . ($entityType === 'bookshelf' ? ' *' : ''),
'value' => 'true',
'checked' => $permission->create,
'disabled' => $inheriting