Commit cd6a0e39af6546364c6e09af8723f5d407420650
1 parent
2be6e8e1
image size
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
common/config/main.php
... | ... | @@ -24,9 +24,9 @@ return [ |
24 | 24 | 'targetMinPixel' => 200 // Target image minimum pixel size |
25 | 25 | ] |
26 | 26 | ], |
27 | - 'artbox-comment' => [ | |
28 | - 'class' => \common\modules\comment\Controller::className(), | |
29 | - ], | |
27 | +// 'artbox-comment' => [ | |
28 | +// 'class' => \common\modules\comment\Controller::className(), | |
29 | +// ], | |
30 | 30 | ], |
31 | 31 | 'components' => [ |
32 | 32 | 'assetManager' => [ | ... | ... |