We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7654db4 commit b996830Copy full SHA for b996830
properties_pane/entity_level/entityLevelConfig.json
@@ -420,7 +420,10 @@ making sure that you maintain a proper JSON format.
420
"propertyName": "Name",
421
"propertyKeyword": "indxName",
422
"propertyTooltip": "",
423
- "propertyType": "text"
+ "propertyType": "text",
424
+ "validation": {
425
+ "required": true
426
+ }
427
},
428
{
429
"propertyName": "Activated",
@@ -453,6 +456,10 @@ making sure that you maintain a proper JSON format.
453
456
"dependency": {
454
457
"key": "indxType",
455
458
"value": "Index"
459
+ },
460
461
+ "minLength": 1,
462
463
}
464
465
0 commit comments