diff --git a/docs/assets/file/config.json b/docs/assets/file/config.json index 8086cf1a9..bdd8a062f 100644 --- a/docs/assets/file/config.json +++ b/docs/assets/file/config.json @@ -735,6 +735,11 @@ } }, "go_from_go_to": true, + "line_name": { + "allowed_commercial_modes": [ + "" + ] + }, "max_history": 10, "networks_filter": true, "next_departures": { diff --git a/docs/getting_started.md b/docs/getting_started.md index 9aa195fd2..7c34d580e 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -431,6 +431,7 @@ The following are the possible configuration parameters: | --- |:---:| --- | :---: | | `bookmark_mode` | :material-close: | Enable/disable the bookmarks feature | [`Bookmark mode`](#bookmark-mode-schedule) | | `go_from_go_to` | :material-close: | Show/hide the go from/go to buttons | `Boolean` | `true` | +| `line_name` | :material-close: | Show the name of the line | [`Line name`](#line-name-schedule) | | `max_history` | :material-close: | Define the max history items | `Int` | | `networks_filter` | :material-close: | Show/hide the networks selector | `Boolean` | | `next_departures` | :material-close: | Show/hide the next departures | [`Next departures`](#next-departures) | @@ -451,6 +452,12 @@ The following are the possible configuration parameters: | --- |:---:| --- | :---: | :---: | | `home` | :material-close: | Display/hide favorite items on home screen | `Boolean` | `true` | +##### Line Name (Schedule) + +| Name | Required | Description | Type | Example | +| --- |:---:| --- | :---: | :---: | +| `allowed_commerical_modes` | :material-close: | Define the list of commercial mode id allowed to show their name | `String[]` | `["commercial_mode:Train"]` | + #### Traffic features | Name | Required | Description | Type | Example |