Add optional send message pushbutton on web ui (chatbox component)
This commit is contained in:
parent
14bf274839
commit
9dbf5932e1
1 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,8 @@ components:
|
||||||
messagettl: 5
|
messagettl: 5
|
||||||
# Optional: set number of lines in scrollable message history: if set, messagettl is not used to age out messages
|
# Optional: set number of lines in scrollable message history: if set, messagettl is not used to age out messages
|
||||||
#scrollback: 100
|
#scrollback: 100
|
||||||
|
# Optional: send push button
|
||||||
|
sendbutton: false
|
||||||
- class: org.dynmap.ClientComponent
|
- class: org.dynmap.ClientComponent
|
||||||
type: playermarkers
|
type: playermarkers
|
||||||
showplayerfaces: true
|
showplayerfaces: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue