Skip to content

Commit

Permalink
Add qa category settings title
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcleod committed Oct 6, 2019
1 parent 4d0368a commit 3ec8440
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
<section class='field'>
<label>
{{input type="checkbox" checked=category.custom_fields.qa_enabled}}
{{i18n 'category.enable_qa'}}
</label>
</section>
<section>
<h3> {{i18n "category.qa_settings_label"}}</h3>

<section class='field'>
<label>
{{input type="checkbox" checked=category.custom_fields.qa_enabled}}
{{i18n 'category.enable_qa'}}
</label>
</section>

<section class='field'>
<label>
{{input type="checkbox" checked=category.custom_fields.qa_one_to_many}}
{{i18n 'category.qa_one_to_many'}}
</label>
</section>

<section class='field'>
<label>
{{input type="checkbox" checked=category.custom_fields.qa_one_to_many}}
{{i18n 'category.qa_one_to_many'}}
</label>
</section>
1 change: 1 addition & 0 deletions config/locales/client.en.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
en:
js:
category:
qa_settings_label: "Question Answer"
enable_qa: "Make all topics in this category QnA."
qa_one_to_many: "QnA one-to-many format."

Expand Down

0 comments on commit 3ec8440

Please sign in to comment.