| @@ -16,9 +16,17 @@ | ||
| 16 | 16 | 'id' => 1, |
| 17 | 17 | 'value' => 'Step One' |
| 18 | 18 | ] |
| 19 | 19 | ] |
| 20 | - ] | |
| 20 | + ], | |
| 21 | + 'submitButtonText' => array( | |
| 22 | + 'type' => 'string', | |
| 23 | + 'default' => 'Submit' | |
| 24 | + ), | |
| 25 | + 'submitButtonSize' => array( | |
| 26 | + 'type' => 'string', | |
| 27 | + 'default' => 'default' | |
| 28 | + ) | |
| 21 | 29 | ]; |
| 22 | 30 | |
| 23 | 31 | $attributes = array_merge( |
| 24 | 32 | $attributes, |