From 6ee5ef6e8c6278cb785401702c0d9b4d82f280d2 Mon Sep 17 00:00:00 2001 From: Ben Dwyer Date: Mon, 2 Mar 2020 15:32:22 +0000 Subject: [PATCH] adding more keywords --- extensions/blocks/business-hours/index.js | 1 + extensions/blocks/calendly/index.js | 2 ++ extensions/blocks/google-calendar/index.js | 1 + extensions/blocks/recurring-payments/index.js | 1 + extensions/blocks/simple-payments/index.js | 10 +++++----- extensions/blocks/slideshow/index.js | 1 + extensions/blocks/tiled-gallery/index.js | 4 ++++ 7 files changed, 15 insertions(+), 5 deletions(-) diff --git a/extensions/blocks/business-hours/index.js b/extensions/blocks/business-hours/index.js index 534c300ffc30d..be50d09c721f2 100644 --- a/extensions/blocks/business-hours/index.js +++ b/extensions/blocks/business-hours/index.js @@ -90,6 +90,7 @@ export const settings = { _x( 'opening hours', 'block search term', 'jetpack' ), _x( 'closing time', 'block search term', 'jetpack' ), _x( 'schedule', 'block search term', 'jetpack' ), + _x( 'working day', 'block search term', 'jetpack' ), ], attributes: { days: { diff --git a/extensions/blocks/calendly/index.js b/extensions/blocks/calendly/index.js index c31ae41ca6747..ae56a7f4b34a8 100644 --- a/extensions/blocks/calendly/index.js +++ b/extensions/blocks/calendly/index.js @@ -28,6 +28,8 @@ export const settings = { _x( 'calendar', 'block search term', 'jetpack' ), _x( 'schedule', 'block search term', 'jetpack' ), _x( 'appointments', 'block search term', 'jetpack' ), + _x( 'events', 'block search term', 'jetpack' ), + _x( 'dates', 'block search term', 'jetpack' ), ], supports: { align: true, diff --git a/extensions/blocks/google-calendar/index.js b/extensions/blocks/google-calendar/index.js index 53eabf91cc844..ba96855075b7a 100644 --- a/extensions/blocks/google-calendar/index.js +++ b/extensions/blocks/google-calendar/index.js @@ -22,6 +22,7 @@ export const settings = { _x( 'events', 'block search term', 'jetpack' ), _x( 'dates', 'block search term', 'jetpack' ), _x( 'schedule', 'block search term', 'jetpack' ), + _x( 'appointments', 'block search term', 'jetpack' ), ], icon, category: 'jetpack', diff --git a/extensions/blocks/recurring-payments/index.js b/extensions/blocks/recurring-payments/index.js index 4db52070d21ba..a5d78b993222e 100644 --- a/extensions/blocks/recurring-payments/index.js +++ b/extensions/blocks/recurring-payments/index.js @@ -30,6 +30,7 @@ export const settings = { _x( 'sell', 'block search term', 'jetpack' ), _x( 'subscription', 'block search term', 'jetpack' ), 'stripe', + _x( 'membership', 'block search term', 'jetpack' ), ], attributes: { planId: { diff --git a/extensions/blocks/simple-payments/index.js b/extensions/blocks/simple-payments/index.js index a8ed2b4271f07..5fcccdc09e8bc 100644 --- a/extensions/blocks/simple-payments/index.js +++ b/extensions/blocks/simple-payments/index.js @@ -42,10 +42,7 @@ export const settings = { ) }

- { __( - 'Good for collecting donations or payments for products and services.', - 'jetpack' - ) } + { __( 'Good for collecting donations or payments for products and services.', 'jetpack' ) }

{ __( 'Support reference', 'jetpack' ) } @@ -61,8 +58,11 @@ export const settings = { category: 'jetpack', keywords: [ - _x( 'shop', 'block search term', 'jetpack' ), + _x( 'buy', 'block search term', 'jetpack' ), + _x( 'commerce', 'block search term', 'jetpack' ), + _x( 'purchase', 'block search term', 'jetpack' ), _x( 'sell', 'block search term', 'jetpack' ), + _x( 'shop', 'block search term', 'jetpack' ), 'PayPal', ], diff --git a/extensions/blocks/slideshow/index.js b/extensions/blocks/slideshow/index.js index 7669de30a4be7..c58db0fc315d0 100644 --- a/extensions/blocks/slideshow/index.js +++ b/extensions/blocks/slideshow/index.js @@ -116,6 +116,7 @@ export const settings = { _x( 'image', 'block search term', 'jetpack' ), _x( 'gallery', 'block search term', 'jetpack' ), _x( 'slider', 'block search term', 'jetpack' ), + _x( 'carousel', 'block search term', 'jetpack' ), ], description: __( 'Add an interactive slideshow.', 'jetpack' ), attributes, diff --git a/extensions/blocks/tiled-gallery/index.js b/extensions/blocks/tiled-gallery/index.js index b61c5f03cbe50..5d9c399844334 100644 --- a/extensions/blocks/tiled-gallery/index.js +++ b/extensions/blocks/tiled-gallery/index.js @@ -208,6 +208,10 @@ export const settings = { _x( 'images', 'block search term', 'jetpack' ), _x( 'photos', 'block search term', 'jetpack' ), _x( 'pictures', 'block search term', 'jetpack' ), + _x( 'square', 'block search term', 'jetpack' ), + _x( 'circle', 'block search term', 'jetpack' ), + _x( 'mosaic', 'block search term', 'jetpack' ), + _x( 'masonry', 'block search term', 'jetpack' ), ], styles: layoutStylesWithLabels, supports: {