mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +00:00
replace LiquidJs rendering with simplified renderer
Removed dependency on LiquidJS and replaced it with a custom templating solution using lodash `get`. Updated corresponding components, editors, and tests to align with the new rendering approach. Removed unused filters and tags.
This commit is contained in:
@@ -10,7 +10,7 @@ export function RenderTaskComponent(props: TaskComponentProps) {
|
||||
onChange={console.log}
|
||||
uiSchema={{
|
||||
render: {
|
||||
"ui:field": "LiquidJsField",
|
||||
"ui:field": "HtmlField",
|
||||
},
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user