mirror of
https://github.com/portainer/portainer-docs.git
synced 2026-03-27 12:58:32 +07:00
docs(templates): add a section about the note field
This commit is contained in:
@@ -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
|
||||
=================================
|
||||
|
||||
Reference in New Issue
Block a user