Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit c6746eb

Browse files
authored
Update additional-spring-configuration-metadata.json
Add in the missing pageTitle config property
1 parent ceb2aad commit c6746eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

voyager-spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"defaultValue": "v1.x",
3131
"type": "java.lang.String"
3232
},
33+
{
34+
"name": "voyager.pageTitle",
35+
"defaultValue": "Voyager",
36+
"type": "java.lang.String"
37+
},
3338
{
3439
"name": "voyager.static.basePath",
3540
"defaultValue": "/",

0 commit comments

Comments
 (0)