fix miss template
This commit is contained in:
parent
859390f53b
commit
e3092d98ba
|
|
@ -0,0 +1,16 @@
|
||||||
|
<div class="index-faqs index1">
|
||||||
|
<h3 class="index-title">
|
||||||
|
<span>{{page-title}}</span>
|
||||||
|
</h3>
|
||||||
|
<ul class="list-unstyled" data-list="faqs" data-level="0">
|
||||||
|
<li class="index-content">
|
||||||
|
<h4>
|
||||||
|
<a class="index-content-title" href="{{link_to_show}}">{{question}}</a>
|
||||||
|
<span data-list="statuses" data-level="1">
|
||||||
|
<span class="label status {{status-class}}">{{status}}</span>
|
||||||
|
</span>
|
||||||
|
</h4>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
{{pagination_goes_here}}
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"frontend": [
|
||||||
|
{
|
||||||
|
"filename": "index",
|
||||||
|
"name": {
|
||||||
|
"zh_tw": "1. 列表 ( 模組標題, 問題 )",
|
||||||
|
"en": "1. Thumbnail ( widget-title, question )"
|
||||||
|
},
|
||||||
|
"thumbnail": "thumb.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"widgets": [
|
||||||
|
{
|
||||||
|
"filename": "widget",
|
||||||
|
"name": {
|
||||||
|
"zh_tw": "1. 列表 ( 模組標題, 問題 )",
|
||||||
|
"en": "1. List (widget-title, question)"
|
||||||
|
},
|
||||||
|
"thumbnail": "thumb.png"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue