Skip to content

Commit 27e7a74

Browse files
authored
Code style fixes
1 parent 960255d commit 27e7a74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

backend/forms.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,10 @@ Variable | Description
339339
`$loading` | The loading message to display when the button has been clicked. Populates the `data-load-indicator` attribute on the button element.
340340
`$icon` | The [icon class](../../ui/style/icon) to use for the icon element inside the button.
341341

342-
#### Examples:
342+
#### Examples
343343

344344
Simple button with AJAX request:
345+
345346
```yaml
346347
_sync_ics:
347348
label: Actions
@@ -353,6 +354,7 @@ _sync_ics:
353354
```
354355

355356
Simple Link button:
357+
356358
```yaml
357359
places_url:
358360
type: button
@@ -363,6 +365,7 @@ places_url:
363365
```
364366

365367
Button triggering popup:
368+
366369
```yaml
367370
_btn_autofill:
368371
label: Autofill

0 commit comments

Comments
 (0)