Add default for digits setting

This commit is contained in:
rilgamon 2021-04-21 15:32:11 +02:00
parent 9322606ddc
commit b375fd1cad
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@ child['specs'] = {
['ldb'] = child['ldb'],
['defaults'] = {
['profile'] = {
[childName] = {}
[childName] = {
['digits'] = 1,
}
}
}
}