heimrichhannot / contao-multi-column-editor-bundle

This module offers an input type for editing one or more records in frontend and backend.
GNU General Public License v3.0
6 stars 7 forks source link

Comma missing in documentation #11

Closed danielkochengineer closed 4 years ago

danielkochengineer commented 4 years ago

In the package documentation a comma is missing between the two elements. After the closing bracket ] of field2 there need to be a comma.

'field2' => [ 'label' => 'field 2', 'inputType' => 'text', 'eval' => ['groupStyle' => 'width:150px'] ] 'field3' => [ 'label' => 'field 3', 'inputType' => 'text', 'eval' => ['groupStyle' => 'width:150px'] ]

koertho commented 4 years ago

@dakitec Thanks for reporting!