From 83bdc50567d3d2c89fe2cab15fa30dde963eacb8 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Fri, 18 Jul 2025 21:14:12 +0200 Subject: [PATCH] Add reorder option to entity selector (#40062) --- source/_docs/blueprint/selectors.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_docs/blueprint/selectors.markdown b/source/_docs/blueprint/selectors.markdown index 99e63f30330..3ba2822c94a 100644 --- a/source/_docs/blueprint/selectors.markdown +++ b/source/_docs/blueprint/selectors.markdown @@ -721,6 +721,12 @@ multiple: type: boolean default: false required: false +reorder: + description: > + Allows reordering of entities (only applies if `multiple` is set to `true`). + type: boolean + default: false + required: false {% endconfiguration %} The output of this selector is the entity ID, or (in case `multiple` is set to