docs(templates): add a section about the note field

This commit is contained in:
Anthony Lapenna
2017-04-18 18:20:02 +02:00
parent 6869cd7058
commit c2bc401ae3

View File

@@ -194,6 +194,22 @@ This field is **optional**.
"privileged": true
}
``note``
--------
Usage / extra information about the template. This will be displayed inside the template
creation form in the Portainer UI.
Supports HTML.
This field is **optional**.
.. code-block:: json
{
"note": "You can use this field to specify extra information. <br/> It supports <b>HTML</b>."
}
Build and host your own templates
=================================