$this->addField('allows_root', Checkbox::class, __('Autoriser le chargement à la racine (sur le chemin de base)'), ['default' => false]);
}
- public function onSaving(): bool
- {
-
-
- return parent::onSaving();
- }
protected function isHosting()
{
<th>{{ __('URL finale du fluidbook') }}</th>
</thead>
@foreach($fluidbooks as $fluidbook)
- @php($url = $crud->entry->base_url.json_decode($fluidbook['settings'], true)['install_online']['path'])
+ @php($url = $crud->entry->getBaseURL().json_decode($fluidbook['settings'], true)['install_online']['path'])
<tr>
<td>{{$fluidbook['id']}}</td>
<td>{{$fluidbook['c_title']}}</td>