Skip to content

Commit

Permalink
Merge pull request #292 from WestpacGEL/fix/article-content
Browse files Browse the repository at this point in the history
fix article
  • Loading branch information
samithaf authored Nov 15, 2023
2 parents a533b5d + 06aa77d commit 6af36a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/site/keystatic.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,9 @@ export default config({
directory: 'public/images/articles',
publicPath: '/images/articles',
}),
smallDescription: fields.image({
smallDescription: fields.text({
label: 'Small description',
description: 'Small description that goes along with the thumbnail',
directory: 'public/images/articles',
publicPath: '/images/articles',
multiline: true,
}),
image: fields.image({
label: 'Main Image',
Expand Down
8 changes: 8 additions & 0 deletions apps/site/src/content/articles/accessible-by-design.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@ description: >-
eyesight, an injured wrist or a recovery from surgery. Disability and
accessibility requirements will impact all of us at some point in our
lifetime.”
thumbnail: >-
https://res.cloudinary.com/westpac-gel/image/upload/v1666333819/cl9i44qb7000wtc8ihnxv08ex.png
smallDescription: >-
The Westpac Group is committed to creating products that are perceivable,
operable, understandable, and robust for all users. Inclusive design is part
of our dna.
image: >-
https://res.cloudinary.com/westpac-gel/image/upload/v1666333853/cl9i45goa000xtc8i8wgx5cu2.png
author: michael-colibraro

0 comments on commit 6af36a2

Please sign in to comment.