Skip to content

Commit 8cbb395

Browse files
authored
docs: update customization UI hints (#220)
1 parent 8630688 commit 8cbb395

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Loading

fern/docs/pages/customization.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,10 @@ hints:
390390
* `placeholder`: The placeholder text for the field.
391391
* `is_sortable`: Whether the field is sortable. Requires `is_filterable` to be true.
392392
* `is_groupable`: Whether the field is groupable. Requires `is_filterable` to be true.
393+
* `order`: The order in which the field appears in the side panel.
394+
* `group_name`: The group title under which field(s) appear in the side panel. In the example below, the fields are grouped under groups titled **Group 1** and **Group 2**.
395+
396+
![customization-group_name-ui-hint](../img/customization-group_name-ui-hint.png)
393397

394398
<Callout intent="tip">
395399
`is_filterable` is not a UI hint but a top level field property.
@@ -651,3 +655,7 @@ The `effects` array contains the list of effects of the condition. The following
651655
`don:core:dvrv-us-1:devo/test:stage/5` is the ID of the _completed_ stage. The
652656
stage display name is not used in the expression because it is liable to change.
653657
</Callout>
658+
659+
Constraints on stock fields can only be strengthened.
660+
For example, a required stock field cannot be made optional, and a hidden stock
661+
field cannot be made visible.

0 commit comments

Comments
 (0)