From a9b221653432f990946490a33262b12dedad7ca8 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Tue, 7 Jan 2025 16:52:38 -0500 Subject: [PATCH] explicitly indicate that reordering is supported #11075 --- doc/sphinx-guides/source/admin/metadatacustomization.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/admin/metadatacustomization.rst b/doc/sphinx-guides/source/admin/metadatacustomization.rst index e5326efebef..fed5ab67d26 100644 --- a/doc/sphinx-guides/source/admin/metadatacustomization.rst +++ b/doc/sphinx-guides/source/admin/metadatacustomization.rst @@ -270,7 +270,11 @@ Each of the three main sections own sets of properties: | | “Value” field is used as the identifier. | | +--------------+--------------------------------------------+-----------------------------------------+ | displayOrder | Control the order in which the enumerated | Non-negative integer. | -| | values are displayed for selection. | | +| | values are displayed for selection. When | | +| | adding new values, you don't have to add | | +| | them at the end. You can renumber existing | | +| | values to update the order in which they | | +| | appear. | | +--------------+--------------------------------------------+-----------------------------------------+ FieldType definitions