Свойство |
Тип |
Описание |
|
$appLayout |
|
the application layout.
Change this if you wish to use a different layout with the module. |
|
$defaultController |
|
string the id of the default controller for this module. |
|
$flashKeys |
|
map of flash message keys to use for the module. |
|
$forceCopyAssets |
|
whether to force copying of assets.
Useful during development and when upgrading the module. |
|
$strictMode |
|
whether to enable the RBAC strict mode.
When enabled items cannot be assigned children of the same type. |
|
$userClass |
|
name of the user model class.
Change this if your user model name is different than the default value. |
|
$userIdColumn |
|
name of the user id column.
Change this if the id column in your user table is different than the default value. |
|
$userNameColumn |
|
name of the user name column.
Change this if the name column in your user table is different than the default value. |
|
$viewDir |
|
path to view files for this module.
Specify this to use your own views instead of those shipped with the module. |
|