Skip to content

Commit 85c4748

Browse files
committed
remove metadata version mentions
1 parent 701f9e6 commit 85c4748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/docs/pages/airdrop/metadata-extraction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ be changed by the end user at any time, such as mandatory fields or custom field
504504
- If a status field has no explicit transitions but you still want a stage diagram, set `all_transitions_allowed` to `true`, which creates a diagram where all the defined stages can transition to each other.
505505
- External systems may categorize statuses (like Jira's status categories), which can be included in the diagram metadata (`states` in the example).
506506
- The `starting_stage` defines the initial stage for new object instances. This data should always be provided if available, otherwise the starting stage is selected alphabetically.
507-
- In current metadata format (v0.2.0), the order and human-readable name are taken from the enum values defined on the controlling field.
507+
- The order and human-readable name are taken from the enum values defined on the controlling field.
508508
- If the `states` field is not provided, default DevRev states are used: `open`, `in_progress`, and `closed`.
509509

510510
### Declare custom link types

0 commit comments

Comments
 (0)