Skip to content

Commit

Permalink
switch LinkWidget to contentbrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Sep 16, 2024
1 parent 3e03ac9 commit 54ce09d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plone/app/z3cform/templates/link_input.pt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<div>
<div class="mb-3 main">
<!-- this gives the name to the "linkType" -->
<input class="pat-relateditems"
<input class="pat-contentbrowser"
name="${view/name}.internal"
type="text"
value="${value}"
data-pat-relateditems="${view/pattern_data}"
data-pat-contentbrowser="${view/pattern_data}"
/>
</div>
</div>
Expand Down

0 comments on commit 54ce09d

Please sign in to comment.