Skip to content

Commit

Permalink
Grammar fixes (#29)
Browse files Browse the repository at this point in the history
* Update seo_basic.yaml

Fix grammar mistakes

* Update seo_open_graph.yaml

Fix grammar mistakes
  • Loading branch information
hybridvision authored Jul 15, 2023
1 parent b4c5335 commit c989f2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions resources/fieldsets/seo_basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ fields:
listable: hidden
display: 'Page title'
character_limit: 70
instructions: 'This entries title, defaults to title and site name.'
instructions: "This entry's title, defaults to title and site name."
-
handle: seo_description
field: common.text_plain
config:
listable: hidden
display: 'Meta description'
character_limit: '160'
instructions: 'This entries meta description. Max 160 characters.'
instructions: "This entry's meta description. Max 160 characters."
8 changes: 4 additions & 4 deletions resources/fieldsets/seo_open_graph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ fields:
localizable: true
listable: hidden
display: 'Social title'
instructions: 'This entries OG title, defaults to custom SEO title and title.'
instructions: "This entry's OG title, defaults to custom SEO title and title."
-
handle: og_description
field: common.text_plain
config:
listable: hidden
display: 'Social description'
instructions: 'This entries OG description, defaults to meta description.'
instructions: "This entry's OG description, defaults to meta description."
width: 100
-
handle: og_image
Expand All @@ -25,7 +25,7 @@ fields:
container: social_images
listable: true
display: 'Social image'
instructions: 'This entries OG image. Defaults to global site OG image. The recommended size is 1200px x 630px. The image will be focal cropped to this dimension.'
instructions: "This entry's OG image. Defaults to global site OG image. The recommended size is 1200px x 630px. The image will be focal cropped to this dimension."
instructions_position: below
width: 50
-
Expand All @@ -36,6 +36,6 @@ fields:
container: social_images
listable: hidden
display: 'Twitter image'
instructions: 'This entries Twitter image. Defaults to global site Twitter image. Images should have an aspect ratio of 2:1 with minimum dimensions of 300x157. This image will be focal cropped to this dimension.'
instructions: "This entry's Twitter image. Defaults to global site Twitter image. Images should have an aspect ratio of 2:1 with minimum dimensions of 300x157. This image will be focal cropped to this dimension."
instructions_position: below
width: 50

0 comments on commit c989f2b

Please sign in to comment.