bugfix
This commit is contained in:
parent
09a6e212b3
commit
33d8c3e208
@ -13,5 +13,22 @@
|
|||||||
"md_url":"{{entire_url('api_')}}{{params_kw._lang}}.md"
|
"md_url":"{{entire_url('api_')}}{{params_kw._lang}}.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
{% for myjs in jsfiles() %}
|
||||||
|
,{
|
||||||
|
"widgettype": "Text",
|
||||||
|
"options": {
|
||||||
|
"text": "{{myjs}}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
{% endfor %}
|
||||||
|
{% for mycss in cssfiles() %}
|
||||||
|
,{
|
||||||
|
"widgettype": "Text",
|
||||||
|
"options": {
|
||||||
|
"text": "{{mycss}}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user