Skip to content

Instantly share code, notes, and snippets.

@palmiak
Created June 4, 2019 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save palmiak/d8d0df6edf7a371fe35a8f6c9e3bfbab to your computer and use it in GitHub Desktop.
Save palmiak/d8d0df6edf7a371fe35a8f6c9e3bfbab to your computer and use it in GitHub Desktop.
{#
Title: Owl link
Description: Link block
Category: formatting
Icon: admin-comments
Keywords: link links
Mode: edit
Align: left
PostTypes: page post
SupportsAlign: left right
SupportsMode: false
SupportsMultiple: true
#}
<section class="gutenberg-wordpressowka-block">
<div class="gutenberg-url-block">
{{ fields.opis }}
<a href="{{ fields.link.url }}" target="_blank">{{ fields.link.title }}</a>
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment