🔧 Config tweak
This commit is contained in:
parent
388ff26764
commit
8d2fc7e9e6
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[app]
|
||||
name = "PageTop Application"
|
||||
name = "My App"
|
||||
description = "Developed with the amazing PageTop framework."
|
||||
# Default theme.
|
||||
theme = "Default"
|
||||
|
|
|
|||
|
|
@ -212,7 +212,7 @@ pub struct Settings {
|
|||
/// See [`Settings`].
|
||||
pub struct App {
|
||||
/// El nombre de la aplicación.
|
||||
/// Por defecto: *"PageTop App"*.
|
||||
/// Por defecto: *"My App"*.
|
||||
pub name: String,
|
||||
/// Una descripción breve de la aplicación.
|
||||
/// Por defecto: *"Developed with the amazing PageTop framework."*.
|
||||
|
|
@ -318,7 +318,7 @@ pub struct Server {
|
|||
|
||||
default_settings!(
|
||||
// [app]
|
||||
"app.name" => "PageTop App",
|
||||
"app.name" => "My App",
|
||||
"app.description" => "Developed with the amazing PageTop framework.",
|
||||
"app.theme" => "Default",
|
||||
"app.language" => "en-US",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue