Skip to content

Commit 9fb538c

Browse files
committed
chore: add doc link
1 parent 0e815c2 commit 9fb538c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

js/FeedzyLoop/controls.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { BlockControls, InspectorControls } from '@wordpress/block-editor';
77

88
import {
99
Button,
10+
ExternalLink,
1011
PanelBody,
1112
RangeControl,
1213
SelectControl,
@@ -90,6 +91,13 @@ const Controls = ({
9091
max={20}
9192
/>
9293

94+
<ExternalLink
95+
href="https://docs.themeisle.com/article/2217-feedzy-loop#magic_tags"
96+
target="_blank"
97+
>
98+
{__('Feedzy Loop Documentation', 'feedzy-rss-feeds')}
99+
</ExternalLink>
100+
93101
<SelectControl
94102
label={__('Sorting Order', 'feedzy-rss-feeds')}
95103
value={attributes?.query?.sort}

0 commit comments

Comments
 (0)