Skip to content

Commit 1aeee02

Browse files
author
Igor Chepurnoy
committed
update docs, remove CmsController
1 parent ec3da8f commit 1aeee02

File tree

3 files changed

+4
-182
lines changed

3 files changed

+4
-182
lines changed

Module.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ class Module extends \yii\base\Module
3636

3737
/**
3838
* @var array markdown editor options
39+
*
40+
* @see https://github.com/NextStepWebs/simplemde-markdown-editor#configuration
3941
*/
4042
public $markdownEditorOptions = [
4143
'showIcons' => ['code', 'table'],

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function actions()
8787
];
8888
}
8989
```
90-
**And now you can create your own pages via admin panel.**
90+
**Now you can use this module with all available features.**
9191

9292
## Features:
9393

@@ -182,4 +182,4 @@ public function actions()
182182
}
183183
```
184184

185-
> For detail information about comments module please view the following [page](https://github.com/yii2mod/yii2-comments)
185+
> For detail information about comments module please visit the following [page](https://github.com/yii2mod/yii2-comments)

controllers/CmsController.php

Lines changed: 0 additions & 180 deletions
This file was deleted.

0 commit comments

Comments
 (0)