Remove content/editor page from navbar, change title of Home to "Publications"
This commit is contained in:
parent
811effc5f2
commit
fe184571b5
@ -87,5 +87,6 @@ define("STRINGS", [
|
||||
"theme" => "Theme",
|
||||
"format" => "Format",
|
||||
"addresses comma separated" => "Addresses (comma separated)",
|
||||
"editor" => "Editor"
|
||||
"editor" => "Editor",
|
||||
"publications" => "Publications"
|
||||
]);
|
@ -8,9 +8,9 @@
|
||||
// List of pages and metadata
|
||||
define("PAGES", [
|
||||
"home" => [
|
||||
"title" => "home",
|
||||
"title" => "publications",
|
||||
"navbar" => true,
|
||||
"icon" => "fas fa-home",
|
||||
"icon" => "fas fa-newspaper",
|
||||
"styles" => [
|
||||
"static/css/datatables.min.css",
|
||||
"static/css/tables.css"
|
||||
@ -32,7 +32,7 @@ define("PAGES", [
|
||||
],
|
||||
"content" => [
|
||||
"title" => "editor",
|
||||
"navbar" => true,
|
||||
"navbar" => false,
|
||||
"icon" => "fas fa-edit",
|
||||
"styles" => [
|
||||
"static/css/summernote-lite.css",
|
||||
|
Loading…
x
Reference in New Issue
Block a user