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: