mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-10 17:41:49 +08:00
17 lines
354 B
Markdown
17 lines
354 B
Markdown
|
|
# fieldSection
|
||
|
|
|
||
|
|
**Use for:** Displaying fields in columns.
|
||
|
|
|
||
|
|
**Structure:** Three-level nesting:
|
||
|
|
1. Template Region (Region type)
|
||
|
|
2. Column Facets (Facet type)
|
||
|
|
3. Field Facets (Facet type)
|
||
|
|
|
||
|
|
**Referenced in component property:**
|
||
|
|
```xml
|
||
|
|
<componentInstanceProperties>
|
||
|
|
<name>columns</name>
|
||
|
|
<value>Facet-{uuid}</value>
|
||
|
|
</componentInstanceProperties>
|
||
|
|
```
|