Skip to content

Commit

Permalink
add website keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Jan 9, 2025
1 parent b3f7d7d commit b763d25
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,12 @@ export const childBlocks = [
settings: {
...FieldDefaults,
title: __( 'URL Field', 'jetpack-forms' ),
keywords: [ 'url', __( 'internet page', 'jetpack-forms' ), 'link' ],
keywords: [
'url',
__( 'internet page', 'jetpack-forms' ),
'link',
__( 'website', 'jetpack-forms' ),
],
description: __( 'Collect a website address from your site visitors.', 'jetpack-forms' ),
icon: renderMaterialIcon(
<>
Expand Down

0 comments on commit b763d25

Please sign in to comment.