File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ class JSONSchemaFormDataProvider extends ContextProvider {
16
16
constructor ( config ) {
17
17
super ( config ) ;
18
18
this . defaultClassNames = "col-xs-12 col-sm-6 col-md-4 col-lg-3" ;
19
+ this . isUsingJinjaVariables = Boolean ( config ?. isUsingJinjaVariables ) ;
19
20
}
20
21
21
22
// eslint-disable-next-line class-methods-use-this
Original file line number Diff line number Diff line change 1
1
import { InMemoryEntity } from "./in_memory" ;
2
+ import { ContextAndRenderFieldsMixin } from "./mixins/context" ;
2
3
import { RuntimeContextFieldMixin } from "./mixins/context_runtime" ;
3
4
import { HashedInputArrayMixin } from "./mixins/hash" ;
4
5
import {
@@ -53,4 +54,5 @@ export {
53
54
InMemoryEntityInSetMixin ,
54
55
OrderedInMemoryEntitySetMixin ,
55
56
OrderedInMemoryEntityInSetMixin ,
57
+ ContextAndRenderFieldsMixin ,
56
58
} ;
You can’t perform that action at this time.
0 commit comments