Skip to content

Commit

Permalink
adding more keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Mar 2, 2020
1 parent bd03418 commit 6ee5ef6
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 5 deletions.
1 change: 1 addition & 0 deletions extensions/blocks/business-hours/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 2 additions & 0 deletions extensions/blocks/calendly/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions extensions/blocks/google-calendar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
1 change: 1 addition & 0 deletions extensions/blocks/recurring-payments/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
10 changes: 5 additions & 5 deletions extensions/blocks/simple-payments/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ export const settings = {
) }
</p>
<p>
{ __(
'Good for collecting donations or payments for products and services.',
'jetpack'
) }
{ __( 'Good for collecting donations or payments for products and services.', 'jetpack' ) }
</p>
<ExternalLink href={ supportLink }>{ __( 'Support reference', 'jetpack' ) }</ExternalLink>
</Fragment>
Expand All @@ -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',
],

Expand Down
1 change: 1 addition & 0 deletions extensions/blocks/slideshow/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 4 additions & 0 deletions extensions/blocks/tiled-gallery/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 6ee5ef6

Please sign in to comment.