Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-42902] Disable codemirror
codemirror feature for dynamic fragments are affected by JENKINS-23026 till Jenkins 1.597.
  • Loading branch information
ikedam committed May 20, 2017
1 parent 732841c commit cabe08a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ THE SOFTWARE.
<f:textbox field="name" />
</f:entry>
<f:entry title="${%Description}" help="/help/parameter/description.html">
<f:textarea field="description" codemirror-mode="${app.markupFormatter.codeMirrorMode}" codemirror-config="${app.markupFormatter.codeMirrorConfig}" previewEndpoint="/markupFormatter/previewDescription" />
<f:textarea field="description" previewEndpoint="/markupFormatter/previewDescription" />
</f:entry>
<f:advanced>
<f:entry field="defaultCombinationFilter" title="${%Default Filter}">
Expand Down

0 comments on commit cabe08a

Please sign in to comment.