mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 22:03:11 +07:00
#79: Change custom CSS and app name
This commit is contained in:
@@ -56,6 +56,8 @@ public class ThemeResource extends BaseResource {
|
||||
JsonObject themeConfig = getThemeConfig();
|
||||
JsonObjectBuilder json = Json.createObjectBuilder();
|
||||
json.add("name", themeConfig.getString("name", "Sismics Docs"));
|
||||
json.add("color", themeConfig.getString("color", "#263238"));
|
||||
json.add("css", themeConfig.getString("css", ""));
|
||||
return Response.ok().entity(json.build()).build();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user