Non-key list now not accepted in edit-config (before only on validation)

This commit is contained in:
Olof hagsand 2019-05-08 12:51:10 +02:00
parent 4e23864acd
commit 06e6ef80d1
25 changed files with 620 additions and 71 deletions

View file

@ -92,7 +92,7 @@ module clixon-config {
}
enum tree{
description "Save and load xmldb as Clixon record-based tree
file format";
file format (experimental)";
}
}
}
@ -372,7 +372,7 @@ module clixon-config {
type boolean;
default true;
description
"XMLDB datastore cache.
"XMLDB datatsore cache.
If set, XML candidate/running parsed tree is stored in memory
If not set, candidate/running is always accessed via disk.";
}