Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliain authored Oct 17, 2024
1 parent 3fb16f1 commit b3287a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Customise the dropdown options for column classes via yaml:
```yaml
Iliain\UserformColumns\FormFields\EditableColumnStartField:
css_classes:
'col-12': 'Full width'
'col-6': 'Half width'
'col-4': 'Third width'
'col-3': 'Quarter width'
'col-12': 'Full width'
'col-6': 'Half width'
'col-4': 'Third width'
'col-3': 'Quarter width'
```
You can also set the default classes for a row via yaml, or override the template:
Expand Down

0 comments on commit b3287a5

Please sign in to comment.