Skip to content

replace DEFAULT configuration keys with settings keys

What does it do?

If the Default mypads settings are covered in the settings.json of etherpad, those defined keys will be used as Default settings instead of the hardcoded ones. It is written in that way that it is ES5 compatible.

Is there a related issue?

no

What part of MyPads are modified?

  • backend
  • frontend

Check list

  • did you squash your commits?
  • did you respect the coding guidelines?
  • did you add new translations key?
  • did you add new tests?
  • did you run npm run lint?
  • if you modified the frontend, did you run npm run frontend:build?

Merge request reports