From 7cd6d0f7a4c78896e2705a17e561bef2270f68e5 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Tue, 27 Aug 2024 13:04:00 +0200 Subject: [PATCH] Clarify inputs in blueprint sections are flattened (#34457) * Clarify inputs in blueprint sections are flattened * Apply suggestions from code review --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_docs/blueprint/schema.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_docs/blueprint/schema.markdown b/source/_docs/blueprint/schema.markdown index efe01e735fa..f0046a1f33a 100644 --- a/source/_docs/blueprint/schema.markdown +++ b/source/_docs/blueprint/schema.markdown @@ -150,7 +150,9 @@ A blueprint can have as many inputs as you like. ### Blueprint input sections One or more input sections can be added under the main `input` key. Each section visually groups the inputs in that section, -allows an optional description, and optionally allows for collapsing those inputs. +allows an optional description, and optionally allows for collapsing those inputs. Note that the section only impacts how +inputs are displayed to the user when they fill in the blueprint. Inputs must have unique names and be referenced directly +by their name; not by section and name. A section is differentiated from an input by the presence of an additional `input` key within that section.