PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 3.0.0
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v3.0.0
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.0.0, at admin/data/supporPanel.js

45 lines 1.7 KB
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 icon: demos,
12 title: "Demos",
13 description: "We have also designed and displayed multiple type of layouts with Blockspare. For more details please visit our site.",
14 link_title: "Check Now",
15 link_url: "https://www.blockspare.com/starter-templates/"
16 },
17 {
18 icon: video,
19 title: "Videos",
20 description: "You'll find a collection of videos that provide in-depth tutorials, step-by-step guides, and visual demonstrations of Blockspare's features and capabilities.",
21 link_title: "Check Now",
22 link_url: "https://www.youtube.com/@blockspare"
23 },
24 {
25 icon: support,
26 title: "Support",
27 description: "You directly come upon to our support guys with your valuable queries.",
28 link_title: "Contact Us",
29 link_url: "https://afthemes.com/supports/"
30 },
31 {
32 icon: supportForum,
33 title: "WordPress Support Forum",
34 description: "You can also go to our .org forum for any kind of support enquiries.",
35 link_title: "Check Now",
36 link_url: "https://wordpress.org/support/plugin/blockspare/"
37 },
38 {
39 icon: blog,
40 title: "Latest Blog",
41 description: "Get latest articles about WordPress.",
42 link_title: "Check Now",
43 link_url: "https://afthemes.com/blog/"
44 }
45 ]