Skip to content

Commit

Permalink
Merge pull request #185 from jenkinsci/preview
Browse files Browse the repository at this point in the history
preview for system messages
  • Loading branch information
mawinter69 authored Jan 16, 2025
2 parents afa236d + c8238c4 commit 6712085
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form" xmlns:st="jelly:stapler" xmlns:l="/lib/layout">
<f:entry>
<f:textarea field="message"/>
<f:textarea field="message" previewEndpoint="/markupFormatter/previewDescription"/>
</f:entry>
<f:entry field="dismissible" title="${%Dismissible}">
<f:checkbox default="true"/>
Expand Down

0 comments on commit 6712085

Please sign in to comment.