mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
[branding] [welcome] Adjust documentation for welcome-overrides
This commit is contained in:
parent
341965c2b1
commit
706cc73925
2 changed files with 7 additions and 2 deletions
|
@ -58,7 +58,8 @@ windowSize: 800px,520px
|
||||||
# if it contains substitutions, or you'll get YAML exceptions.
|
# if it contains substitutions, or you'll get YAML exceptions.
|
||||||
#
|
#
|
||||||
# The *Url* entries are used on the welcome page, and they
|
# The *Url* entries are used on the welcome page, and they
|
||||||
# are visible as buttons there if the corresponding *show* keys are set.
|
# are visible as buttons there if the corresponding *show* keys
|
||||||
|
# are set to "true" (they can also be overridden).
|
||||||
strings:
|
strings:
|
||||||
productName: "@{NAME}"
|
productName: "@{NAME}"
|
||||||
shortProductName: Generic
|
shortProductName: Generic
|
||||||
|
|
|
@ -7,7 +7,11 @@
|
||||||
# can check requirements for installation.
|
# can check requirements for installation.
|
||||||
---
|
---
|
||||||
# Display settings for various buttons on the welcome page.
|
# Display settings for various buttons on the welcome page.
|
||||||
# The URLs themselves come from branding.desc
|
# The URLs themselves come from branding.desc is the setting
|
||||||
|
# here is "true". If the setting is false, the button is hidden.
|
||||||
|
# The setting can also be a full URL which will then be used
|
||||||
|
# instead of the one from the branding file, or empty or not-set
|
||||||
|
# which will hide the button.
|
||||||
showSupportUrl: true
|
showSupportUrl: true
|
||||||
showKnownIssuesUrl: true
|
showKnownIssuesUrl: true
|
||||||
showReleaseNotesUrl: true
|
showReleaseNotesUrl: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue