yii2mod / yii2-comments

Comments module for Yii2
MIT License
159 stars 64 forks source link

add ability to edit comments on frontend #60

Closed ihorchepurnyi closed 7 years ago

ihorchepurnyi commented 7 years ago

To enable this feature please use the following code:

'modules' => [
    'comment' => [
        'class' => 'yii2mod\comments\Module',
        'enableInlineEdit' = true,
    ],
]