| @@ -22,9 +22,9 @@ | ||
| 22 | 22 | 'default' => 0, |
| 23 | 23 | ), |
| 24 | 24 | 'accordionTitle' => [ |
| 25 | 25 | 'type' => 'string', |
| 26 | - 'default' => 'Accordion Title' | |
| 26 | + 'default' => '' | |
| 27 | 27 | ], |
| 28 | 28 | 'headerTextColor' => [ |
| 29 | 29 | 'type' => 'string', |
| 30 | 30 | 'default' => '', |
| @@ -65,9 +65,9 @@ | ||
| 65 | 65 | 'type' => 'string', |
| 66 | 66 | 'default' => '', |
| 67 | 67 | ], |
| 68 | 68 | 'parentAttributes' => [ |
| 69 | - 'type' => 'array', | |
| 69 | + 'type' => 'object', | |
| 70 | 70 | 'default' => [ |
| 71 | 71 | 'iconPosition' => 'right', |
| 72 | 72 | 'headingTag' => 'p', |
| 73 | 73 | 'showIcon' => true, |