From d00deff5e394140b2a92cff1ae1e5ae138b96090 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 28 Feb 2018 09:00:11 +0100 Subject: [PATCH] docs(templates): add documentation for name property --- docs/source/templates.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/source/templates.rst b/docs/source/templates.rst index 82d635e..9f9347e 100644 --- a/docs/source/templates.rst +++ b/docs/source/templates.rst @@ -57,6 +57,14 @@ The Docker image associated to the template. The image tag **must** be included. This field is **mandatory**. +``name`` +-------- + +Default name to use for this template in the UI. + +This field is **optional**. + + ``logo`` -------- @@ -384,6 +392,14 @@ Example: This field is **mandatory**. +``name`` +-------- + +Default name to use for this template in the UI. + +This field is **optional**. + + ``logo`` --------