Skip to content

Commit

Permalink
Merge branch 'master' of github.com:buttflattery/yii2-formwizard
Browse files Browse the repository at this point in the history
  • Loading branch information
buttflattery committed Feb 10, 2020
2 parents 1d35576 + ac57ca5 commit 81fed9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Yii2-FormWizard (v1.6.4)
# Yii2-FormWizard (v1.6.8)

## What is this repository for?

Expand Down Expand Up @@ -237,7 +237,7 @@ An array of the steps(`array`), the steps can have models dedicated to each step

- `only (array)` : list of the fields that should be populated for the step, only the fields specified in the list will be available and all other fields will be ignored.

Apart from the above options the `fieldConfig` recognizes some special options specific to every field separately when customizing a field, for example
- Apart from the above options the `fieldConfig` recognizes some special options specific to every field separately when customizing a field, for example

```php
'fieldConfig'=>[
Expand Down

0 comments on commit 81fed9a

Please sign in to comment.