Comments config
This commit is contained in:
parent
2477c985d6
commit
44428be8aa
2 changed files with 5 additions and 1 deletions
|
|
@ -8,6 +8,10 @@ Comments.config({
|
|||
publishUserFields: {
|
||||
profile: 1
|
||||
},
|
||||
mediaAnalyzers: [
|
||||
Comments.analyzers.image,
|
||||
Comments.analyzers.youtube
|
||||
],
|
||||
generateUsername: function genUser(user) {
|
||||
// console.log(JSON.stringify(user));
|
||||
// FIXME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue