feat(gui): add icon change option for view

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2022-12-22 02:28:45 +05:30
parent 3aa340d47e
commit aed58b8bfd
9 changed files with 110 additions and 36 deletions

View File

@@ -2194,6 +2194,8 @@
"order": {
"type": "number"
},
"meta": {
},
"title": {
"type": "string"
},
@@ -7586,6 +7588,8 @@
"uuid": {
"type": "string"
},
"meta": {
},
"show_system_fields": {
"type": "boolean"
},