fix: resolve properties before direct HTML generation
This commit is contained in:
@@ -274,7 +274,12 @@
|
||||
}
|
||||
} ],
|
||||
"properties" : {
|
||||
"app.states.initial" : "INIT_STATE"
|
||||
"default" : {
|
||||
"app.states.initial" : "INIT_STATE"
|
||||
},
|
||||
"prod" : {
|
||||
"app.states.initial" : "PROD_INITIAL"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name" : "click.kamil.examples.statemachine.extended.config.ExtendedStateMachineConfig",
|
||||
|
||||
Reference in New Issue
Block a user