Merge pull request #1478 from mkonikov/patch-4

Clarifying importance of order in plugins.json
This commit is contained in:
Kim Gardner
2018-03-23 17:10:14 -04:00
committed by GitHub
+6 -2
View File
@@ -377,7 +377,11 @@ en:
Which overrides the copy for the `embedlink.copy` template. You can
also provide other languages as well by using the correct language
prefix.
prefix.
When creating a plugin using this `translations` hook to override copy
from another plugin, be sure to list it after the plugin it's overriding
in the `plugins.json` file.
### websockets
@@ -524,4 +528,4 @@ module.exports = {
}
};
```
```