PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 3.3.3
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v3.3.3
4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 2.6.1 All 38 releases
blockspare / admin / data / supporPanel.js

supporPanel.js in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 3.3.3, at admin/data/supporPanel.js

25 lines 920 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 import { documentations, demos, support, supportForum, blog, video } from '../data/icons'
2 export const supportPanel = [
3 {
4 icon: documentations,
5 title: "Documentations",
6 description: "Do you have any difficulties regarding plugin setup and uses? Please visit Documentations page.",
7 link_title: "Check Now",
8 link_url: "https://www.blockspare.com/docs/"
9 },
10
11 {
12 icon: support,
13 title: "Support",
14 description: "You directly come upon to our support guys with your valuable queries.",
15 link_title: "Contact Us",
16 link_url: "https://afthemes.com/supports/"
17 },
18 {
19 icon: demos,
20 title: "All Themes & Plugins",
21 description: "Unlock Your Potential with Our All (22 + Future) Premium Themes and Plugins Plan",
22 link_title: "Unlock Now",
23 link_url: "https://afthemes.com/all-themes-plan/"
24 }
25 ]