Skip to content

Commit 1ae1bb7

Browse files
committed
MC-4272: Update content type docs
WIP update to byte value writeup for sortOrder
1 parent b0ee258 commit 1ae1bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configurations/panel-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To rename the panel groups, you need to extend the defaults configured in the Pa
4747

4848
## Reorder panel groups
4949

50-
To reorder existing panel groups, you need to override the default `sortOrder`s applied to existing panel groups. The `sortOrder` is defined as a `byte` value, so it can be set any where from -127 to 127. This example changes the order of the `layout` and `elements` groups to display as the last two groups.
50+
To reorder existing panel groups, you need to override the default `sortOrder`s applied to existing panel groups. The `sortOrder` is defined as a `byte` value, so technically, it can be set any where from -128 to 127, but we don't recommend using negative values! Just keep the byte value in mind when you try to set the `sortOrder` above 127. The following example changes the order of the `layout` and `elements` groups to display as the last two groups.
5151

5252
```xml
5353
<?xml version="1.0"?>

0 commit comments

Comments
 (0)