From 984e4ffca3bc15a49cc737d602d48cf937a64678 Mon Sep 17 00:00:00 2001 From: DrMyroslav Date: Wed, 11 Jan 2023 09:23:12 +0200 Subject: [PATCH] HCK-2825: added config to erd on field level for array_type --- central_pane/style.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/central_pane/style.json b/central_pane/style.json index 65f099f..a0d44bb 100644 --- a/central_pane/style.json +++ b/central_pane/style.json @@ -3,5 +3,26 @@ "erd": { "width": 300 } + }, + "field": { + "erd": [ + "keys", + "type", + [ + { + "value": { + "template": "[{array_size_limit}]", + "defaultValue": "x", + "key": "array_type.*.array_size_limit" + }, + "dependency": { + "key": "array_type", + "minLength": 1 + } + } + ], + "indexes", + "refType" + ] } }