We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2aada34 + 1a8de01 commit 0b6c910Copy full SHA for 0b6c910
README.md
@@ -46,7 +46,7 @@ To access the module, you need to add the following code to your application con
46
'comment' => [
47
'class' => 'yii2mod\comments\Module',
48
// when admin can edit comments on frontend
49
- 'enableInlineEdit' = false,
+ 'enableInlineEdit' => false,
50
],
51
]
52
```
0 commit comments