Forms, Menu, DB

This commit is contained in:
Gogs
2021-06-03 10:06:09 +02:00
parent f4bff143a2
commit 42a9e2c8c7
11 changed files with 205 additions and 37 deletions
+16 -11
View File
@@ -1,13 +1,18 @@
<?php return [
'plugin' => [
'name' => 'Fleet',
'description' => '',
],
'aircraft' => [
'manufacturers' => [
'name' => 'Name',
'link' => 'Link',
'history' => 'History',
'plugin' => [
'name' => 'Fleet',
'description' => '',
],
],
];
'aircraft' => [
'manufacturers' => [
'name' => 'Name',
'link' => 'Link',
'history' => 'History',
],
],
'menu' => [
'main' => 'GA Fleet',
'manufacturers' => 'Aircraft Manufacturers',
'types' => 'Aircraft Types',
],
];