Skip to content

Commit

Permalink
Puts plugin content in their own form entry on editlink page.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalvn committed Sep 12, 2020
1 parent acafc65 commit 51203f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions material/editlink.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
data-list="{loop="$tags"}{$key}, {/loop}" data-multiple autocomplete="off" />
</div>
{if="isset($edit_link_plugin)"}
<div class="form-entry">
{loop="$edit_link_plugin"}
<div class="form-entry">
{$value}
</div>
{/loop}
</div>
{/if}
<div class="form-entry">
<input type="checkbox" class="filled-in" {if="($link_is_new && $default_private_links) || $link.private == true"}checked="checked"{/if} name="lf_private" id="lf_private"/>
Expand Down

0 comments on commit 51203f7

Please sign in to comment.