panel : create database with fields
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s
This commit is contained in:
parent
c248687d56
commit
ff215de723
8 changed files with 59 additions and 7 deletions
|
|
@ -10,6 +10,17 @@ return [
|
|||
return Str::contains($path, '/site');
|
||||
}
|
||||
],
|
||||
'-'
|
||||
,
|
||||
'database' => [
|
||||
'label' => 'Bases de données',
|
||||
'icon' => 'table',
|
||||
'link' => 'pages/database',
|
||||
'current' => function (string $current): bool {
|
||||
$path = Kirby\Cms\App::instance()->path();
|
||||
return Str::contains($path, 'pages/database');
|
||||
}
|
||||
],
|
||||
'-',
|
||||
'users'
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue