Created
June 4, 2019 18:38
-
-
Save palmiak/d8d0df6edf7a371fe35a8f6c9e3bfbab to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{# | |
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