> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

# display_order

> Defines the order that topics display in the field picker.

Defines the order that topics display in the field picker.

By default, topics are sorted alphabetically. Defining a `display_order` will override this default for the topic.

## Syntax

```yaml theme={null}
display_order: <number>
```

## Properties

<ParamField path="display_order" type="integer">
  The display order of the topic in the field picker. Must be a whole number. Topics with lower numbers appear first.
</ParamField>

## Examples

```yaml theme={null}
display_order: 3
```
