Support for custom HTML editors
This commit is contained in:
parent
78d262ac8d
commit
a11d95f3d7
22 changed files with 255 additions and 133 deletions
|
@ -21,6 +21,12 @@
|
|||
# Process title visible in monitoring logs and process listing
|
||||
title="mailtrain"
|
||||
|
||||
# Enabled HTML editors
|
||||
editors=[
|
||||
["summernote", "Summernote"],
|
||||
["codeeditor", "Code Editor"]
|
||||
]
|
||||
|
||||
# If you start out as a root user (eg. if you want to use ports lower than 1000)
|
||||
# then you can downgrade the user once all services are up and running
|
||||
#user="nobody"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue