[branding] [welcome] Adjust documentation for welcome-overrides

main
Adriaan de Groot 6 years ago
parent 341965c2b1
commit 706cc73925

@ -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…
Cancel
Save