mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-20 01:55:51 +00:00
chore: added settings for darkmode and relaxed width and height of inputs (#7204)
* chore: added settings for darkmode and relaxed width and height of inputs * chore: add explanation for showRecentPads
This commit is contained in:
parent
c64d6ffe03
commit
21f0992a17
4 changed files with 20 additions and 5 deletions
|
|
@ -161,6 +161,7 @@ export type SettingsType = {
|
|||
settingsFilename: string,
|
||||
credentialsFilename: string,
|
||||
title: string,
|
||||
showRecentPads: boolean,
|
||||
favicon: string | null,
|
||||
ttl: {
|
||||
AccessToken: number,
|
||||
|
|
@ -303,6 +304,12 @@ const settings: SettingsType = {
|
|||
* The app title, visible e.g. in the browser window
|
||||
*/
|
||||
title: 'Etherpad',
|
||||
|
||||
/**
|
||||
* Whether to show recent pads on the homepage
|
||||
*/
|
||||
showRecentPads: true,
|
||||
|
||||
/**
|
||||
* Pathname of the favicon you want to use. If null, the skin's favicon is
|
||||
* used if one is provided by the skin, otherwise the default Etherpad favicon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue