Simplification on FTL script
This commit is contained in:
parent
e5d540ebd2
commit
dcd30f2cad
@ -1,5 +1,4 @@
|
||||
<script>const _=
|
||||
<#assign pageId="PAGE_ID_xIgLsPgGId9D8e">
|
||||
(()=>{
|
||||
|
||||
const out = ${ftl_object_to_js_code_declaring_an_object(.data_model, [])?no_esc};
|
||||
@ -119,7 +118,7 @@
|
||||
};
|
||||
</#if>
|
||||
|
||||
out["pageId"] = "${pageId}";
|
||||
out["pageId"] = "PAGE_ID_xIgLsPgGId9D8e";
|
||||
|
||||
return out;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user