Add notice text field to events
Add a general text field for communicating extra information that readers of the schedule should pay special attention to, for example to highight a change made to the event.
This commit is contained in:
parent
9a46ea5af0
commit
f29b1f7afd
4 changed files with 15 additions and 3 deletions
|
@ -158,6 +158,7 @@ function newEvent() {
|
|||
!newEventPublic.value,
|
||||
"",
|
||||
false,
|
||||
"",
|
||||
newEventDescription.value,
|
||||
0,
|
||||
new Set(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue