From 77848e35219c11ab39d0ae4243f80ddd7d4bb152 Mon Sep 17 00:00:00 2001 From: Kylie Meli Date: Fri, 26 Jul 2024 13:12:37 -0400 Subject: [PATCH] [integration automatic-import] appending input.type to title (#189297) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Appending the input type to the title for better clarity during configuration Resolves https://github.com/elastic/kibana/issues/189207 Screenshot 2024-07-26 at 10 46 26 AM --- .../server/templates/manifest/package_manifest.yml.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/integration_assistant/server/templates/manifest/package_manifest.yml.njk b/x-pack/plugins/integration_assistant/server/templates/manifest/package_manifest.yml.njk index d9cf502144a9f3..fa7b8d8c662664 100644 --- a/x-pack/plugins/integration_assistant/server/templates/manifest/package_manifest.yml.njk +++ b/x-pack/plugins/integration_assistant/server/templates/manifest/package_manifest.yml.njk @@ -26,7 +26,7 @@ policy_templates: inputs: {% for input in inputs %} - type: {{ input.type }} title: | - {{ input.title }} + {{ input.title }} : {{ input.type }} description: | {{ input.description }} {% endfor %} owner: