diff --git a/modules/faq/index.html.html.erb b/modules/faq/index.html.html.erb new file mode 100644 index 0000000..bdf2032 --- /dev/null +++ b/modules/faq/index.html.html.erb @@ -0,0 +1,16 @@ +
+

+ {{page-title}} +

+ +
+{{pagination_goes_here}} \ No newline at end of file diff --git a/modules/faq/info.json b/modules/faq/info.json new file mode 100644 index 0000000..9fc0e7b --- /dev/null +++ b/modules/faq/info.json @@ -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" + } + ] +} \ No newline at end of file