Skip to content

1.7 Release

Compare
Choose a tag to compare
@ihorchepurnyi ihorchepurnyi released this 06 Jan 15:24
· 30 commits to master since this release
  1. Added commentWidgetParams property.
public function actions()
{
    return [
        'page' => [
            'class' => 'yii2mod\cms\actions\PageAction',
            'commentWidgetParams' => [
                'maxLevel' => 1,
                'dataProviderConfig' => [
                    'pagination' => [
                        'pageSize' => 5
                    ],
                ],
            ]
        ]
    ];
}