# Panel (tags)
Pick tags which should be added to process
# Description
You need to specify tags in your process template
# Screenshots
# Config
tags:
config:
# Optional | Type: array | Default: []
# Tags which could be added or removed
#
### Note
### By default all tags are allowed
tags: {output(["vip", "problem"])}
# Optional | Type: bool | Default: true
# Whether tags should be editable or read-only
edit: true
# UI
ui:
# Optional | Type: string | Default: null
# Panel title
title: "Panel title"
# Optional | Type: string | Default: null
# Panel description
description: "Panel description"
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
← systeminfo templater →