Skip to content

Commit 125ce66

Browse files
authored
Bug 2005835 - Please add a markdown preview option to the description field of the Client Bug Bounty Form
1 parent 8fc08b8 commit 125ce66

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

extensions/BMO/template/en/default/bug/create/create-client-bounty.html.tmpl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
#client_bounty_form .form_section {
8181
margin-bottom: 10px;
8282
}
83+
84+
.text-editor {
85+
width: auto;
86+
}
8387
[% END %]
8488

8589
[% inline_javascript = BLOCK %]
@@ -98,6 +102,7 @@ function validateAndSubmit() {
98102
[% PROCESS global/header.html.tmpl
99103
title = "Client Bounty Form"
100104
generate_api_token = 1
105+
use_text_editor = 1
101106
style = inline_style
102107
javascript = inline_javascript
103108
javascript_urls = [ 'extensions/BMO/web/js/form_validate.js',

0 commit comments

Comments
 (0)