ui: update to defaults, less assumptions about layout
This commit is contained in:
parent
1d993fb6cc
commit
6bbdb50ab8
7 changed files with 113 additions and 102 deletions
12
.env.example
12
.env.example
|
|
@ -69,23 +69,23 @@
|
|||
# .entry-name, .entry-website, .entry-body
|
||||
# BOOK_STYLE=
|
||||
|
||||
# Text shown above the form.
|
||||
# Text shown above the form. Empty by default.
|
||||
# BOOK_FORM_PROMPT=Thanks for visiting. Sign the guestbook!
|
||||
|
||||
# Submit button text.
|
||||
# BOOK_BUTTON_TEXT=sign
|
||||
|
||||
# Label for the name field.
|
||||
# BOOK_LABEL_NAME=Your name:
|
||||
# BOOK_LABEL_NAME=name
|
||||
|
||||
# Label for the website field.
|
||||
# BOOK_LABEL_WEBSITE=Your website (optional):
|
||||
# BOOK_LABEL_WEBSITE=website (optional)
|
||||
|
||||
# Label for the message field.
|
||||
# BOOK_LABEL_MESSAGE=Your message:
|
||||
# BOOK_LABEL_MESSAGE=message
|
||||
|
||||
# Message textarea width in pixels.
|
||||
# BOOK_TEXTAREA_WIDTH=400
|
||||
# BOOK_TEXTAREA_WIDTH=320
|
||||
|
||||
# Message textarea height in pixels.
|
||||
# BOOK_TEXTAREA_HEIGHT=150
|
||||
|
|
@ -103,7 +103,7 @@
|
|||
# BOOK_ENABLE_DRAWINGS=false
|
||||
|
||||
# Drawing canvas width in pixels.
|
||||
# BOOK_CANVAS_WIDTH=400
|
||||
# BOOK_CANVAS_WIDTH=320
|
||||
|
||||
# Drawing canvas height in pixels.
|
||||
# BOOK_CANVAS_HEIGHT=200
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue