Skip to content

Commit ea1bc1e

Browse files
committed
Sort LWC metadata targets and configurations
1 parent d87d150 commit ea1bc1e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

examples/markdown/docs/lightning-web-components/accordion.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ Accordion
1414

1515
#### Properties
1616

17-
**Context URL Parameter** `contextUrlParam`
17+
**Auto Collapse** `autoCollapse`
1818

19-
Optional - The name of the URL parameter that contains the context ID.
19+
Whether to automatically collapse the accordion when a new section is expanded.
2020

21-
- **Type:** String
21+
- **Type:** Boolean
2222
- **Required:** false
2323

24-
**Preview Context ID** `previewContextId`
24+
**Context URL Parameter** `contextUrlParam`
2525

26-
Optional - The ID of the context record to use when previewing the component in the builder.
26+
Optional - The name of the URL parameter that contains the context ID.
2727

2828
- **Type:** String
2929
- **Required:** false
@@ -35,23 +35,23 @@ Formula expression to be evaluated.
3535
- **Type:** String
3636
- **Required:** true
3737

38-
**Respect Sharing** `respectSharing`
38+
**Flush Style** `flushStyle`
3939

40-
Whether to run the evaluation with or without sharing.
40+
Removes the background color and rounded borders from the accordion component.
4141

4242
- **Type:** Boolean
4343
- **Required:** false
4444

45-
**Auto Collapse** `autoCollapse`
45+
**Preview Context ID** `previewContextId`
4646

47-
Whether to automatically collapse the accordion when a new section is expanded.
47+
Optional - The ID of the context record to use when previewing the component in the builder.
4848

49-
- **Type:** Boolean
49+
- **Type:** String
5050
- **Required:** false
5151

52-
**Flush Style** `flushStyle`
52+
**Respect Sharing** `respectSharing`
5353

54-
Removes the background color and rounded borders from the accordion component.
54+
Whether to run the evaluation with or without sharing.
5555

5656
- **Type:** Boolean
5757
- **Required:** false

0 commit comments

Comments
 (0)