mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 19:23:44 +08:00
Merge pull request #1770 from icco/patch-1
Fix small typo in integrating/configuring-admin.md
This commit is contained in:
@@ -7,7 +7,7 @@ Using plugins and configuration variables, you can modify the way the Admin look
|
||||
|
||||
### Creating a Custom Moderation Queue
|
||||
|
||||
Talk can support custom pluggable mod queues, meaning you can write a plugin that has some logic and determines which comments should appear there. This works by adding a field modQueues` in the `index.js` of your client side plugin, like so:
|
||||
Talk can support custom pluggable mod queues, meaning you can write a plugin that has some logic and determines which comments should appear there. This works by adding a field `modQueues` in the `index.js` of your client side plugin, like so:
|
||||
|
||||
```
|
||||
modQueues: {
|
||||
|
||||
Reference in New Issue
Block a user