Clarity: Add better description
Update the template.toml to have a better description of the fingerprint when in "sheets" mode
This commit is contained in:
parent
62e42b20e3
commit
5ee439a6e7
1 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ key = ''
|
|||
# directory of the CLI instantiating the server. (or an absolute path)
|
||||
# - If "type" is "sheets", then this is a sheet identifier used by Google
|
||||
# Sheets to indicate which sheet to use when downloading the content.
|
||||
# In the published URL, this is the sequence of number between the
|
||||
# `gid=` and the `&`, so if the URL has `gid=123456789&`, the fingerprint
|
||||
# would be `123456789`.
|
||||
fingerprint = ''
|
||||
|
||||
# The zero-indexed column number to use when getting the question text.
|
||||
|
|
@ -46,6 +49,9 @@ column = 0
|
|||
# directory of the CLI instantiating the server. (or an absolute path)
|
||||
# - If "type" is "sheets", then this is a sheet identifier used by Google
|
||||
# Sheets to indicate which sheet to use when downloading the content.
|
||||
# In the published URL, this is the sequence of number between the
|
||||
# `gid=` and the `&`, so if the URL has `gid=123456789&`, the fingerprint
|
||||
# would be `123456789`.
|
||||
fingerprint = ''
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue