config: simplification of some options, moved into html template
This commit is contained in:
parent
3f46b7669d
commit
c70c4449fc
6 changed files with 74 additions and 52 deletions
20
.env.example
20
.env.example
|
|
@ -69,20 +69,26 @@
|
|||
# .entry-name, .entry-website, .entry-body
|
||||
# BOOK_STYLE=
|
||||
|
||||
# Text shown above the form. Empty by default.
|
||||
# BOOK_FORM_PROMPT=Thanks for visiting. Sign the guestbook!
|
||||
|
||||
# Submit button text.
|
||||
# BOOK_BUTTON_TEXT=sign
|
||||
# BOOK_BUTTON_TEXT=Submit Entry
|
||||
|
||||
# Label for the name field.
|
||||
# BOOK_LABEL_NAME=name
|
||||
# BOOK_LABEL_NAME=Your name
|
||||
|
||||
# Label for the website field.
|
||||
# BOOK_LABEL_WEBSITE=website (optional)
|
||||
# BOOK_LABEL_WEBSITE=Link a website (optional)
|
||||
|
||||
# Label for the message field.
|
||||
# BOOK_LABEL_MESSAGE=message
|
||||
# BOOK_LABEL_MESSAGE=Leave a message (optional)
|
||||
|
||||
# Label for the drawing field (when BOOK_ENABLE_DRAWINGS=true).
|
||||
# BOOK_LABEL_DRAWING=Leave a drawing (optional)
|
||||
|
||||
# Label for the voice note field (when BOOK_ENABLE_VOICE_NOTES=true).
|
||||
# BOOK_LABEL_VOICE_NOTE=Leave a voice note (optional)
|
||||
|
||||
# Initial text on the voice note record button.
|
||||
# BOOK_VOICE_NOTE_RECORD_TEXT=Start recording
|
||||
|
||||
# Message textarea width in pixels.
|
||||
# BOOK_TEXTAREA_WIDTH=320
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue