Skip to content

Commit

Permalink
Add names for all plugins in constants.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aratidgr8 committed Oct 17, 2024
1 parent 0828846 commit 118f0fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => 'c417858e5fdcb3ec43bd');
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => 'b89582e5db2185567ce8');
12 changes: 6 additions & 6 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const wpSolutionsPromotedPluginsList = [
title: "WEBPAGE CREATION",
description: "Build webpages fast with tailored block patterns and page templates included in your hosting package.",
buttonText: "Add a Page to Your Site",
name: "",
name: "Webpage Creation",
plsSlug: "",
plsProviderName: "",
download: null,
Expand All @@ -63,7 +63,7 @@ export const wpSolutionsPromotedPluginsList = [
title: "SEARCH ENGINE OPTIMIZATION",
description: "Start increasing your search result rankings today.",
buttonText: "Improve Your Search Ranking",
name:"WordPress SEO",
name:"Yoast SEO",
plsSlug: "wp-seo",
plsProviderName: "yoast",
download: "https://downloads.wordpress.org/plugin/wordpress-seo.latest-stable.zip",
Expand All @@ -74,7 +74,7 @@ export const wpSolutionsPromotedPluginsList = [
title: "OFFER CONTENT COURSES",
description: "Create beautiful and engaging online courses, lessons, and quizzes.",
buttonText: "Create a Course",
name: "",
name: "Offer Content Courses",
plsSlug: "sensei-lms",
plsProviderName: "automattic",
download: "https://downloads.wordpress.org/plugin/sensei-lms.latest-stable.zip",
Expand All @@ -98,7 +98,7 @@ export const wpSolutionsPromotedPluginsList = [
title: "SETUP BOOKINGS",
description: "Manage the renting or booking of services and items that you offer your customers.",
buttonText: "Setup Bookings",
name: "",
name: "Bookings & Appointments",
plsSlug: "yith-woocommerce-booking-premium",
plsProviderName: "yith",
download: null,
Expand All @@ -109,7 +109,7 @@ export const wpSolutionsPromotedPluginsList = [
title: "WEBPAGE CREATION",
description: "Build webpages fast with tailored block patterns and page templates.",
buttonText: "Add a Page to Your Site",
name: "",
name: "Webpage Creation",
plsSlug: "",
plsProviderName: "",
download: null,
Expand All @@ -131,7 +131,7 @@ export const wpSolutionsPromotedPluginsList = [
title: "SETUP A LOYALTY PROGRAM",
description: "Reward customer loyalty with an effective points program.",
buttonText: "Configure Points & Rewards",
name: "Bookings & Appointments",
name: "Loyalty Program",
plsSlug: "yith-woocommerce-points-and-rewards-premium",
plsProviderName: "yith",
download: null,
Expand Down

0 comments on commit 118f0fd

Please sign in to comment.