4 This example exercises a case with two sibling variant sets,
5 where a fallback applied to one introduces an authored selection
6 for the other. Since they are on the same node/site this
7 requires restarting the variant evaluation process.
12 add variantSets = ["vset1", "vset2"]
15 variantSet "vset1" = {
18 string vset2 = "authored"
23 variantSet "vset2" = {
26 def Scope "vset2_authored_child"
34 add variantSets = ["vset2", "vset1"]
37 variantSet "vset1" = {
40 string vset2 = "authored"
45 variantSet "vset2" = {
48 def Scope "vset2_authored_child"