Skip to content

Commit

Permalink
Merge pull request #410 from microscotch/bugfix/credentials-parameter…
Browse files Browse the repository at this point in the history
…-does-not-support-HTML-in-description

[JENKINS-52386] Add preview for markup of a CredentialParameterDefinition
  • Loading branch information
jtnord authored Oct 2, 2023
2 parents 3f165e9 + 1089350 commit 2e5b13e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
<c:select/>
</f:entry>
<f:entry field="description" title="${%Description}" help="/help/parameter/description.html">
<f:textarea/>
<f:textarea codemirror-mode="${app.markupFormatter.codeMirrorMode}" codemirror-config="${app.markupFormatter.codeMirrorConfig}" previewEndpoint="/markupFormatter/previewDescription" />
</f:entry>
</j:jelly>

0 comments on commit 2e5b13e

Please sign in to comment.