Skip to content

Commit

Permalink
Fixed external image settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed Nov 11, 2023
1 parent 6b59de3 commit 94f271f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion components/externalimage/settings.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="padding">
<div class="grid-2">
<div class="m">
<ui-component name="input" path="?.url">Image URL address</ui-component>
<ui-component name="input" path="?.src">Image URL address</ui-component>
</div>
<div class="grid-2">
<div class="m">
Expand All @@ -17,5 +17,10 @@
<ui-component name="input" path="?.link" config="type:checkbox">Enable link</ui-component>
<ui-bind path="?.link" config="show" class="block hidden">
<ui-component name="input" path="?.newtab" config="type:checkbox">Open link in a new tab</ui-component>
<hr />
<div class="m">
<ui-component name="input" path="?.url" config="required:1">Link URL address</ui-component>
</div>
</ui-bind>

</div>

0 comments on commit 94f271f

Please sign in to comment.