diff --git a/apps/site/keystatic.config.ts b/apps/site/keystatic.config.ts index 6161cd129..761492255 100644 --- a/apps/site/keystatic.config.ts +++ b/apps/site/keystatic.config.ts @@ -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', diff --git a/apps/site/src/content/articles/accessible-by-design.yaml b/apps/site/src/content/articles/accessible-by-design.yaml index f700911d8..b523e3a4c 100644 --- a/apps/site/src/content/articles/accessible-by-design.yaml +++ b/apps/site/src/content/articles/accessible-by-design.yaml @@ -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