mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-25 20:39:31 +00:00
Show the version number of Part-DB on homepage.
This commit is contained in:
parent
a748a6328d
commit
95cd56f0bd
11 changed files with 150 additions and 6 deletions
|
|
@ -16,4 +16,5 @@ return [
|
|||
Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
|
||||
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
|
||||
Omines\DataTablesBundle\DataTablesBundle::class => ['all' => true],
|
||||
Shivas\VersioningBundle\ShivasVersioningBundle::class => ['all' => true],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ twig:
|
|||
strict_variables: '%kernel.debug%'
|
||||
|
||||
globals:
|
||||
partdb_title: "Part-DB"
|
||||
partdb_title: '%partdb_title%'
|
||||
|
|
|
|||
|
|
@ -3,8 +3,11 @@
|
|||
|
||||
# Put parameters here that don't need to change on each machine where the app is deployed
|
||||
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
|
||||
|
||||
parameters:
|
||||
locale: 'en'
|
||||
locale: 'en' # Set the default language to use her
|
||||
partdb_title: 'Part-DB' # The title shown inside of Part-DB (e.g. in the navbar and on homepage)
|
||||
banner: '' # The info text shown in the homepage
|
||||
|
||||
services:
|
||||
# default configuration for services in *this* file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue