@@ -166,24 +166,24 @@ To do that, change them via `controllerMap` property. For example:
166
166
```
167
167
168
168
- Required properties
169
- - ** userClassName** Fully qualified class name of your User model
169
+ - ** userClassName** Fully qualified class name of your User model
170
170
Usually you don't need to specify it explicitly, since the module will detect it automatically
171
- - ** idField** ID field of your User model
172
- The field that corresponds to Yii::$app->user->id.
171
+ - ** idField** ID field of your User model
172
+ The field that corresponds to Yii::$app->user->id.
173
173
The default value is 'id'.
174
- - ** usernameField** User name field of your User model
174
+ - ** usernameField** User name field of your User model
175
175
The default value is 'username'.
176
176
- Optional properties
177
- - ** fullnameField** The field that specifies the full name of the user used in "view" page.
178
- This can either be a field of the user model or of a related model (e.g. profile model).
179
- When the field is of a related model, the name should be specified with a dot-separated notation (e.g. 'profile.full_name').
177
+ - ** fullnameField** The field that specifies the full name of the user used in "view" page.
178
+ This can either be a field of the user model or of a related model (e.g. profile model).
179
+ When the field is of a related model, the name should be specified with a dot-separated notation (e.g. 'profile.full_name').
180
180
The default value is null.
181
- - ** extraColumns** The definition of the extra columns used in the "index" page
182
- This should be an array of the definitions of the grid view columns.
183
- You may include the attributes of the related models as you see in the example above.
181
+ - ** extraColumns** The definition of the extra columns used in the "index" page
182
+ This should be an array of the definitions of the grid view columns.
183
+ You may include the attributes of the related models as you see in the example above.
184
184
The default value is an empty array.
185
- - ** searchClass** Fully qualified class name of your model for searching the user model
186
- You have to supply the proper search model in order to enable the filtering and the sorting by the extra columns.
185
+ - ** searchClass** Fully qualified class name of your model for searching the user model
186
+ You have to supply the proper search model in order to enable the filtering and the sorting by the extra columns.
187
187
The default value is null.
188
188
189
189
0 commit comments