add framasoft logo plugin

This commit is contained in:
Chocobozzz
2019-08-02 10:21:15 +02:00
parent b6a854780d
commit b4ff861a34
6 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,14 @@
async function register ({ registerHook, registerSetting, settingsManager, storageManager }) {
}
async function unregister () {
return
}
module.exports = {
register,
unregister
}
// ############################################################################