Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed May 5, 2016
1 parent a6dcf0a commit ce34def
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,31 @@ Configuration app

```php

'components' =>
[
'measure' => [
'class' => 'skeeks\cms\measure\components\MeasureComponent',
],
'i18n' => [
'translations' =>
[
'skeeks/measure' => [
'class' => 'yii\i18n\PhpMessageSource',
'basePath' => '@skeeks/cms/measure/messages',
'fileMap' => [
'skeeks/measure' => 'main.php',
],
]
]
],
],
'modules' =>
[
'measure' => [
'class' => 'skeeks\cms\measure\Module',
]
]

```

##Links
Expand Down

0 comments on commit ce34def

Please sign in to comment.