Skip to content

Commit 4f58dc9

Browse files
committed
README.md reformatted
1 parent c64679b commit 4f58dc9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -166,24 +166,24 @@ To do that, change them via `controllerMap` property. For example:
166166
```
167167

168168
- Required properties
169-
- **userClassName** Fully qualified class name of your User model
169+
- **userClassName** Fully qualified class name of your User model
170170
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.
173173
The default value is 'id'.
174-
- **usernameField** User name field of your User model
174+
- **usernameField** User name field of your User model
175175
The default value is 'username'.
176176
- 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').
180180
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.
184184
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.
187187
The default value is null.
188188

189189

0 commit comments

Comments
 (0)