mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
Better defaults for content like setting
This commit is contained in:
parent
78cdca3266
commit
acdf2025ab
4 changed files with 679 additions and 678 deletions
|
@ -9,7 +9,7 @@
|
|||
<div class="form-group">
|
||||
<label>Content Liking</label>
|
||||
{{#if allowLikes}}
|
||||
{{input type='text' id="space-likes-prompt" class="form-control" placeholder="Did this help you?" value=likes}}
|
||||
{{input type='text' id="space-likes-prompt" class="form-control" placeholder="Enter prompt asking for user feedback" value=likes}}
|
||||
<small class="form-text text-muted">Specify the prompt, e.g. Did this help you? Was this helpful? Did you find what you needed?</small>
|
||||
<div class="mt-4">
|
||||
<button type="button" class="btn btn-outline-danger" onclick={{action 'onSetLikes' false}}>Do not allow users to like content</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue