Cirrusware
Cirrusware
export async function renderTwig(data, params) { if (typeof params !== "object") { throw new Error("params must be of type object"); } if (data) { let mdata = md5(data) + '.twig',...
Exactly, But twig.render(mdata, params); return also a promise.
Hello Alban, You must add const attrs = {} to renderSimpleProp **attrs.step** = this.fullSchema['x-step'] || (this.fullSchema.type === 'integer' ? 1 : 0.01) and return tag ? [h(tag, { props, domProps,...