This commit is contained in:
Yuri Kuznetsov
2024-03-22 11:41:43 +02:00
parent e96f4fcedd
commit df9431670a
+20
View File
@@ -263,6 +263,26 @@
}
}
},
{
"if": {
"properties": {
"type": {
"anyOf": [
{"const": "varchar"},
{"const": "url"}
]
}
}
},
"then": {
"properties": {
"copyToClipboard": {
"type": "boolean",
"description": "Display 'Copy to Clipboard' button."
}
}
}
},
{
"if": {
"properties": {