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 {
1616 constructor ( config ) {
1717 super ( config ) ;
1818 this . defaultClassNames = "col-xs-12 col-sm-6 col-md-4 col-lg-3" ;
19+ this . isUsingJinjaVariables = Boolean ( config ?. isUsingJinjaVariables ) ;
1920 }
2021
2122 // eslint-disable-next-line class-methods-use-this
Original file line number Diff line number Diff line change 11import { InMemoryEntity } from "./in_memory" ;
2+ import { ContextAndRenderFieldsMixin } from "./mixins/context" ;
23import { RuntimeContextFieldMixin } from "./mixins/context_runtime" ;
34import { HashedInputArrayMixin } from "./mixins/hash" ;
45import {
@@ -53,4 +54,5 @@ export {
5354 InMemoryEntityInSetMixin ,
5455 OrderedInMemoryEntitySetMixin ,
5556 OrderedInMemoryEntityInSetMixin ,
57+ ContextAndRenderFieldsMixin ,
5658} ;
You can’t perform that action at this time.
0 commit comments