mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
Added Progressive Web App support for Etherpad (#6411)
This commit is contained in:
parent
2e12906ff5
commit
f1a1b6bfd7
7 changed files with 45 additions and 8 deletions
12
src/ep.json
12
src/ep.json
|
@ -57,6 +57,12 @@
|
|||
"expressCreateServer": "ep_etherpad-lite/node/hooks/express/padurlsanitize"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "pwa",
|
||||
"hooks": {
|
||||
"expressCreateServer": "ep_etherpad-lite/node/hooks/express/pwa"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "apicalls",
|
||||
"hooks": {
|
||||
|
@ -112,12 +118,6 @@
|
|||
"hooks": {
|
||||
"expressPreSession": "ep_etherpad-lite/node/hooks/express/openapi"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ep_message_all",
|
||||
"client_hooks": {
|
||||
"handleClientMessage_shoutMessage": "ep_etherpad-lite/static/js/messageHandler"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue