Skip to content

Commit 514b19f

Browse files
HCK-14572: add possibility to set wildcard for indexes included path (#58)
1 parent f9036d7 commit 514b19f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

properties_pane/container_level/containerLevelConfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@ making sure that you maintain a proper JSON format.
365365
"templateOptions": {
366366
"divider": "/",
367367
"front": true,
368+
"checkbox": "/*",
369+
"rootTemplate": "/*",
368370
"maxField": 1,
369371
"root": true,
370372
"lastArray": "*",
@@ -485,6 +487,8 @@ making sure that you maintain a proper JSON format.
485487
"divider": "/",
486488
"front": true,
487489
"maxField": 1,
490+
"checkbox": "/*",
491+
"rootTemplate": "/*",
488492
"root": true,
489493
"lastArray": "*",
490494
"ending": {

0 commit comments

Comments
 (0)