add missing periods (.) to configdata descriptions
* includes `valid_value` descriptions in addition to `desc` fields
This commit is contained in:
parent
0c01d9b61a
commit
a55d12bf70
@ -37,9 +37,9 @@ ignore_case:
|
|||||||
type:
|
type:
|
||||||
name: String
|
name: String
|
||||||
valid_values:
|
valid_values:
|
||||||
- always: Search case-insensitively
|
- always: Search case-insensitively.
|
||||||
- never: Search case-sensitively
|
- never: Search case-sensitively.
|
||||||
- smart: Search case-sensitively if there are capital chars
|
- smart: Search case-sensitively if there are capital chars.
|
||||||
default: smart
|
default: smart
|
||||||
desc: Find text on a page case-insensitively.
|
desc: Find text on a page case-insensitively.
|
||||||
|
|
||||||
@ -92,8 +92,8 @@ backend:
|
|||||||
type:
|
type:
|
||||||
name: String
|
name: String
|
||||||
valid_values:
|
valid_values:
|
||||||
- webengine: Use QtWebEngine (based on Chromium)
|
- webengine: Use QtWebEngine (based on Chromium).
|
||||||
- webkit: Use QtWebKit (based on WebKit, similar to Safari)
|
- webkit: Use QtWebKit (based on WebKit, similar to Safari).
|
||||||
default: webengine
|
default: webengine
|
||||||
desc: >-
|
desc: >-
|
||||||
The backend to use to display websites.
|
The backend to use to display websites.
|
||||||
@ -483,7 +483,7 @@ content.javascript.log:
|
|||||||
content.javascript.modal_dialog:
|
content.javascript.modal_dialog:
|
||||||
type: Bool
|
type: Bool
|
||||||
default: false
|
default: false
|
||||||
desc: Use the standard JavaScript modal dialog for `alert()` and `confirm()`
|
desc: Use the standard JavaScript modal dialog for `alert()` and `confirm()`.
|
||||||
|
|
||||||
content.javascript.prompt:
|
content.javascript.prompt:
|
||||||
default: true
|
default: true
|
||||||
@ -1182,7 +1182,7 @@ tabs.indicator_padding:
|
|||||||
left: 0
|
left: 0
|
||||||
right: 4
|
right: 4
|
||||||
type: Padding
|
type: Padding
|
||||||
desc: Padding for tab indicators
|
desc: Padding for tab indicators.
|
||||||
|
|
||||||
tabs.last_close:
|
tabs.last_close:
|
||||||
default: ignore
|
default: ignore
|
||||||
@ -1218,7 +1218,7 @@ tabs.padding:
|
|||||||
left: 5
|
left: 5
|
||||||
right: 5
|
right: 5
|
||||||
type: Padding
|
type: Padding
|
||||||
desc: Padding around text for tabs
|
desc: Padding around text for tabs.
|
||||||
|
|
||||||
tabs.position:
|
tabs.position:
|
||||||
default: top
|
default: top
|
||||||
@ -1406,7 +1406,7 @@ url.yank_ignored_parameters:
|
|||||||
window.hide_wayland_decoration:
|
window.hide_wayland_decoration:
|
||||||
type: Bool
|
type: Bool
|
||||||
default: false
|
default: false
|
||||||
desc: Hide the window decoration when using wayland (requires restart)
|
desc: Hide the window decoration when using wayland (requires restart).
|
||||||
|
|
||||||
window.title_format:
|
window.title_format:
|
||||||
type:
|
type:
|
||||||
@ -1554,7 +1554,7 @@ colors.completion.scrollbar.fg:
|
|||||||
colors.completion.scrollbar.bg:
|
colors.completion.scrollbar.bg:
|
||||||
default: '#333333'
|
default: '#333333'
|
||||||
type: QssColor
|
type: QssColor
|
||||||
desc: Color of the scrollbar in the completion view
|
desc: Color of the scrollbar in the completion view.
|
||||||
|
|
||||||
colors.downloads.bar.bg:
|
colors.downloads.bar.bg:
|
||||||
default: black
|
default: black
|
||||||
@ -1885,7 +1885,7 @@ colors.webpage.bg:
|
|||||||
type:
|
type:
|
||||||
name: QtColor
|
name: QtColor
|
||||||
none_ok: true
|
none_ok: true
|
||||||
desc: "Background color for webpages if unset (or empty to use the theme's color)"
|
desc: "Background color for webpages if unset (or empty to use the theme's color)."
|
||||||
|
|
||||||
## fonts
|
## fonts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user