From 465fb5fd80c1526a1e6a171162f10c6399992f95 Mon Sep 17 00:00:00 2001 From: Fabian Pahl Date: Mon, 2 Sep 2024 18:09:20 +0200 Subject: [PATCH] chore: add clients and testimonials --- content/collections/clients/a-cold-wall.md | 8 +++++ content/collections/clients/bayer.md | 6 ++++ content/collections/clients/butlers.md | 6 ++++ .../collections/clients/deutsche-telekom.md | 6 ++++ .../collections/clients/ensemble-resonanz.md | 6 ++++ content/collections/clients/fiege-logistik.md | 6 ++++ content/collections/clients/gruner-jahr.md | 6 ++++ content/collections/clients/hb-fuller.md | 8 +++++ content/collections/clients/kumi-health.md | 8 +++++ content/collections/clients/maklaro.md | 8 +++++ .../clients/miniatur-wunderland.md | 6 ++++ content/collections/clients/peta.md | 6 ++++ .../clients/reeperbahn-festival.md | 6 ++++ content/collections/clients/schaeffler.md | 6 ++++ content/collections/clients/snap-inc.md | 6 ++++ content/collections/clients/sportfive.md | 6 ++++ content/collections/clients/thalia-theater.md | 6 ++++ content/collections/clients/upsolut-sports.md | 6 ++++ .../collections/testimonials/andre-martens.md | 10 +++++++ .../testimonials/benjamin-pahnke.md | 10 +++++++ .../testimonials/christian-adelhardt.md | 10 +++++++ .../testimonials/christian-becker.md | 12 ++++++++ .../testimonials/cord-christian-nitzsche.md | 12 ++++++++ .../testimonials/david-rothenhaeuser.md | 10 +++++++ .../testimonials/denise-mancinone.md | 10 +++++++ .../testimonials/goeran-thaelker.md | 10 +++++++ .../collections/testimonials/jan-trulley.md | 10 +++++++ .../testimonials/jonathan-pengl.md | 10 +++++++ .../testimonials/katharina-wirth.md | 10 +++++++ .../testimonials/kathleen-karrer.md | 10 +++++++ .../collections/testimonials/maja-janzen.md | 10 +++++++ content/collections/testimonials/maren-dey.md | 9 ++++++ .../testimonials/michael-siebke.md | 10 +++++++ .../collections/testimonials/philip-mahler.md | 12 ++++++++ .../testimonials/stefanie-kahlert.md | 9 ++++++ .../collections/testimonials/ulrich-klenke.md | 10 +++++++ .../collections/clients/client.yaml | 7 +++++ .../collections/testimonials/testimonial.yaml | 29 +++++++++---------- resources/fieldsets/common.yaml | 25 ++++++++++++++-- 39 files changed, 344 insertions(+), 17 deletions(-) create mode 100644 content/collections/clients/a-cold-wall.md create mode 100644 content/collections/clients/bayer.md create mode 100644 content/collections/clients/butlers.md create mode 100644 content/collections/clients/deutsche-telekom.md create mode 100644 content/collections/clients/ensemble-resonanz.md create mode 100644 content/collections/clients/fiege-logistik.md create mode 100644 content/collections/clients/gruner-jahr.md create mode 100644 content/collections/clients/hb-fuller.md create mode 100644 content/collections/clients/kumi-health.md create mode 100644 content/collections/clients/maklaro.md create mode 100644 content/collections/clients/miniatur-wunderland.md create mode 100644 content/collections/clients/peta.md create mode 100644 content/collections/clients/reeperbahn-festival.md create mode 100644 content/collections/clients/schaeffler.md create mode 100644 content/collections/clients/snap-inc.md create mode 100644 content/collections/clients/sportfive.md create mode 100644 content/collections/clients/thalia-theater.md create mode 100644 content/collections/clients/upsolut-sports.md create mode 100644 content/collections/testimonials/andre-martens.md create mode 100644 content/collections/testimonials/benjamin-pahnke.md create mode 100644 content/collections/testimonials/christian-adelhardt.md create mode 100644 content/collections/testimonials/christian-becker.md create mode 100644 content/collections/testimonials/cord-christian-nitzsche.md create mode 100644 content/collections/testimonials/david-rothenhaeuser.md create mode 100644 content/collections/testimonials/denise-mancinone.md create mode 100644 content/collections/testimonials/goeran-thaelker.md create mode 100644 content/collections/testimonials/jan-trulley.md create mode 100644 content/collections/testimonials/jonathan-pengl.md create mode 100644 content/collections/testimonials/katharina-wirth.md create mode 100644 content/collections/testimonials/kathleen-karrer.md create mode 100644 content/collections/testimonials/maja-janzen.md create mode 100644 content/collections/testimonials/maren-dey.md create mode 100644 content/collections/testimonials/michael-siebke.md create mode 100644 content/collections/testimonials/philip-mahler.md create mode 100644 content/collections/testimonials/stefanie-kahlert.md create mode 100644 content/collections/testimonials/ulrich-klenke.md diff --git a/content/collections/clients/a-cold-wall.md b/content/collections/clients/a-cold-wall.md new file mode 100644 index 00000000..e8c6e04a --- /dev/null +++ b/content/collections/clients/a-cold-wall.md @@ -0,0 +1,8 @@ +--- +id: 825ad067-352d-4721-9adf-3fd577facc0b +blueprint: client +title: 'A-COLD-WALL*' +url: 'https://a-cold-wall.com' +updated_by: b7c7f4d4-e810-47c4-8310-994d4d84346a +updated_at: 1725287303 +--- diff --git a/content/collections/clients/bayer.md b/content/collections/clients/bayer.md new file mode 100644 index 00000000..2fef07fe --- /dev/null +++ b/content/collections/clients/bayer.md @@ -0,0 +1,6 @@ +--- +id: 623ec2e5-d971-4c78-ba91-88131f4ed049 +blueprint: client +title: Bayer +url: 'https://www.bayer.com' +--- diff --git a/content/collections/clients/butlers.md b/content/collections/clients/butlers.md new file mode 100644 index 00000000..aff60281 --- /dev/null +++ b/content/collections/clients/butlers.md @@ -0,0 +1,6 @@ +--- +id: 9b11926e-08b3-4061-a987-e61a34739051 +blueprint: client +title: Butlers +url: 'https://www.butlers.com' +--- diff --git a/content/collections/clients/deutsche-telekom.md b/content/collections/clients/deutsche-telekom.md new file mode 100644 index 00000000..1c590e97 --- /dev/null +++ b/content/collections/clients/deutsche-telekom.md @@ -0,0 +1,6 @@ +--- +id: 5ea2dcd9-ba69-46c9-b80d-05cc1ee39f3e +blueprint: client +title: 'Deutsche Telekom' +url: 'https://www.telekom.com' +--- diff --git a/content/collections/clients/ensemble-resonanz.md b/content/collections/clients/ensemble-resonanz.md new file mode 100644 index 00000000..ac5e9ee8 --- /dev/null +++ b/content/collections/clients/ensemble-resonanz.md @@ -0,0 +1,6 @@ +--- +id: b2c34847-17a9-487f-bdaa-cc513aba2e04 +blueprint: client +title: 'Ensemble Resonanz' +url: 'https://www.ensembleresonanz.com' +--- diff --git a/content/collections/clients/fiege-logistik.md b/content/collections/clients/fiege-logistik.md new file mode 100644 index 00000000..586a0803 --- /dev/null +++ b/content/collections/clients/fiege-logistik.md @@ -0,0 +1,6 @@ +--- +id: dfed226e-6457-4bb2-b5b6-98b32fb7eaf6 +blueprint: client +title: 'FIEGE Logistik' +url: 'https://www.fiege.com' +--- diff --git a/content/collections/clients/gruner-jahr.md b/content/collections/clients/gruner-jahr.md new file mode 100644 index 00000000..a11174aa --- /dev/null +++ b/content/collections/clients/gruner-jahr.md @@ -0,0 +1,6 @@ +--- +id: 3fb97b78-7ff5-4ace-9bd8-b2037668b440 +blueprint: client +title: 'Gruner + Jahr' +url: 'https://guj.de' +--- diff --git a/content/collections/clients/hb-fuller.md b/content/collections/clients/hb-fuller.md new file mode 100644 index 00000000..7d971d8f --- /dev/null +++ b/content/collections/clients/hb-fuller.md @@ -0,0 +1,8 @@ +--- +id: 57eaf692-c94c-454d-a9cf-aabc4a920c0f +blueprint: client +title: 'H.B. Fuller' +url: 'https://www.hbfuller.com' +updated_by: b7c7f4d4-e810-47c4-8310-994d4d84346a +updated_at: 1725289657 +--- diff --git a/content/collections/clients/kumi-health.md b/content/collections/clients/kumi-health.md new file mode 100644 index 00000000..4de89608 --- /dev/null +++ b/content/collections/clients/kumi-health.md @@ -0,0 +1,8 @@ +--- +id: 3e0b26d9-b68f-4142-b994-f160926abd98 +blueprint: client +title: 'Kumi Health' +url: 'https://kumihealth.de' +updated_by: b7c7f4d4-e810-47c4-8310-994d4d84346a +updated_at: 1725289738 +--- diff --git a/content/collections/clients/maklaro.md b/content/collections/clients/maklaro.md new file mode 100644 index 00000000..c8a88664 --- /dev/null +++ b/content/collections/clients/maklaro.md @@ -0,0 +1,8 @@ +--- +id: e1cf77b6-0d15-4dc7-ba94-ac019d078672 +blueprint: client +title: Maklaro +url: 'https://www.maklaro.de' +updated_by: b7c7f4d4-e810-47c4-8310-994d4d84346a +updated_at: 1725289489 +--- diff --git a/content/collections/clients/miniatur-wunderland.md b/content/collections/clients/miniatur-wunderland.md new file mode 100644 index 00000000..4396d74a --- /dev/null +++ b/content/collections/clients/miniatur-wunderland.md @@ -0,0 +1,6 @@ +--- +id: 9485c457-26e6-4e52-bf32-e951b5c2079a +blueprint: client +title: 'Miniatur Wunderland' +url: 'https://www.miniatur-wunderland.de' +--- diff --git a/content/collections/clients/peta.md b/content/collections/clients/peta.md new file mode 100644 index 00000000..74a4cf08 --- /dev/null +++ b/content/collections/clients/peta.md @@ -0,0 +1,6 @@ +--- +id: c8a78e94-5afc-4424-8734-1ff97e9fa716 +blueprint: client +title: PETA +url: 'https://www.peta.org' +--- diff --git a/content/collections/clients/reeperbahn-festival.md b/content/collections/clients/reeperbahn-festival.md new file mode 100644 index 00000000..f4962b8d --- /dev/null +++ b/content/collections/clients/reeperbahn-festival.md @@ -0,0 +1,6 @@ +--- +id: 92048385-7a01-4d02-a48e-abb6c14bcaeb +blueprint: client +title: 'Reeperbahn Festival' +url: 'https://www.reeperbahnfestival.com' +--- diff --git a/content/collections/clients/schaeffler.md b/content/collections/clients/schaeffler.md new file mode 100644 index 00000000..19227884 --- /dev/null +++ b/content/collections/clients/schaeffler.md @@ -0,0 +1,6 @@ +--- +id: 0711b0ac-5647-477a-9913-67a69a98266d +blueprint: client +title: Schaeffler +url: 'https://www.schaeffler.com' +--- diff --git a/content/collections/clients/snap-inc.md b/content/collections/clients/snap-inc.md new file mode 100644 index 00000000..d12b2859 --- /dev/null +++ b/content/collections/clients/snap-inc.md @@ -0,0 +1,6 @@ +--- +id: b4b5b0f0-657f-411a-8708-fca8f7c4c484 +blueprint: client +title: 'Snap Inc.' +url: 'https://snap.com' +--- diff --git a/content/collections/clients/sportfive.md b/content/collections/clients/sportfive.md new file mode 100644 index 00000000..482501ed --- /dev/null +++ b/content/collections/clients/sportfive.md @@ -0,0 +1,6 @@ +--- +id: ff1001ec-13e2-4e9f-962a-2f0f44e62cd2 +blueprint: client +title: SPORTFIVE +url: 'https://sportfive.com' +--- diff --git a/content/collections/clients/thalia-theater.md b/content/collections/clients/thalia-theater.md new file mode 100644 index 00000000..bf7be700 --- /dev/null +++ b/content/collections/clients/thalia-theater.md @@ -0,0 +1,6 @@ +--- +id: c600de2d-4414-4741-866f-65ec6b72bbd4 +blueprint: client +title: 'Thalia Theater' +url: 'https://www.thalia-theater.de' +--- diff --git a/content/collections/clients/upsolut-sports.md b/content/collections/clients/upsolut-sports.md new file mode 100644 index 00000000..0cb112df --- /dev/null +++ b/content/collections/clients/upsolut-sports.md @@ -0,0 +1,6 @@ +--- +id: 8228b00a-fd25-44d8-9bf5-0ae3de59ed50 +blueprint: client +title: 'Upsolut Sports' +url: 'https://upsolut.de/' +--- diff --git a/content/collections/testimonials/andre-martens.md b/content/collections/testimonials/andre-martens.md new file mode 100644 index 00000000..6c78e324 --- /dev/null +++ b/content/collections/testimonials/andre-martens.md @@ -0,0 +1,10 @@ +--- +id: cfd2ff2f-cae8-44cf-bd45-8767d4572e2f +blueprint: testimonial +title: 'André Martens' +forename: André +surname: Martens +job_title: 'Head of IT' +linkedin_handle: andré-martens-bb38ab21 +client: 9b11926e-08b3-4061-a987-e61a34739051 +--- diff --git a/content/collections/testimonials/benjamin-pahnke.md b/content/collections/testimonials/benjamin-pahnke.md new file mode 100644 index 00000000..433ab9fd --- /dev/null +++ b/content/collections/testimonials/benjamin-pahnke.md @@ -0,0 +1,10 @@ +--- +id: c876f808-0ea0-4b97-b220-2d0aa5cda863 +blueprint: testimonial +title: 'Benjamin Pahnke' +forename: Benjamin +surname: Pahnke +job_title: 'Director Digital Special Solutions' +linkedin_handle: benjamin-pahnke +client: 3fb97b78-7ff5-4ace-9bd8-b2037668b440 +--- diff --git a/content/collections/testimonials/christian-adelhardt.md b/content/collections/testimonials/christian-adelhardt.md new file mode 100644 index 00000000..f151d874 --- /dev/null +++ b/content/collections/testimonials/christian-adelhardt.md @@ -0,0 +1,10 @@ +--- +id: 4832f2aa-94f5-43e2-be2f-ff04583d074a +blueprint: testimonial +title: 'Christian Adelhardt' +forename: Christian +surname: Adelhardt +job_title: 'IT Solutions Engineer - API Management' +linkedin_handle: christian-adelhardt-1391842b1 +client: 0711b0ac-5647-477a-9913-67a69a98266d +--- diff --git a/content/collections/testimonials/christian-becker.md b/content/collections/testimonials/christian-becker.md new file mode 100644 index 00000000..1758d9f2 --- /dev/null +++ b/content/collections/testimonials/christian-becker.md @@ -0,0 +1,12 @@ +--- +id: 2ff9bd4f-9237-40df-9903-bae68767d41d +blueprint: testimonial +title: 'Christian Becker' +forename: Christian +surname: Becker +job_title: 'Technical Manager' +linkedin_handle: christian-becker-1b231136 +client: 57eaf692-c94c-454d-a9cf-aabc4a920c0f +updated_by: b7c7f4d4-e810-47c4-8310-994d4d84346a +updated_at: 1725292452 +--- diff --git a/content/collections/testimonials/cord-christian-nitzsche.md b/content/collections/testimonials/cord-christian-nitzsche.md new file mode 100644 index 00000000..a39f96be --- /dev/null +++ b/content/collections/testimonials/cord-christian-nitzsche.md @@ -0,0 +1,12 @@ +--- +id: 6801dc38-9963-43fd-8472-603d621a1321 +blueprint: testimonial +title: 'Cord-Christian Nitzsche' +forename: Cord-Christian +surname: Nitzsche +job_title: CEO +linkedin_handle: nitzsche +client: e1cf77b6-0d15-4dc7-ba94-ac019d078672 +updated_by: b7c7f4d4-e810-47c4-8310-994d4d84346a +updated_at: 1725292294 +--- diff --git a/content/collections/testimonials/david-rothenhaeuser.md b/content/collections/testimonials/david-rothenhaeuser.md new file mode 100644 index 00000000..146b7574 --- /dev/null +++ b/content/collections/testimonials/david-rothenhaeuser.md @@ -0,0 +1,10 @@ +--- +id: 2614919e-60e0-4a09-9b61-c91d78ecccc4 +blueprint: testimonial +title: 'David Rothenhäuser' +forename: David +surname: Rothenhäuser +job_title: 'Vice President und Head of Global Marketing Communications' +linkedin_handle: davidrothenhaeuser +client: ff1001ec-13e2-4e9f-962a-2f0f44e62cd2 +--- diff --git a/content/collections/testimonials/denise-mancinone.md b/content/collections/testimonials/denise-mancinone.md new file mode 100644 index 00000000..0bd60b22 --- /dev/null +++ b/content/collections/testimonials/denise-mancinone.md @@ -0,0 +1,10 @@ +--- +id: 63ed9cd4-3f7e-4089-87cc-c3daccc7d1ef +blueprint: testimonial +title: 'Denise Mancinone' +forename: Denise +surname: Mancinone +job_title: 'Head of Marketing DACH' +linkedin_handle: denise-mancinone-0b608971 +client: b4b5b0f0-657f-411a-8708-fca8f7c4c484 +--- diff --git a/content/collections/testimonials/goeran-thaelker.md b/content/collections/testimonials/goeran-thaelker.md new file mode 100644 index 00000000..283abe19 --- /dev/null +++ b/content/collections/testimonials/goeran-thaelker.md @@ -0,0 +1,10 @@ +--- +id: c782dd56-f2dd-49e6-ab55-60f7092bc692 +blueprint: testimonial +title: 'Göran Thälker' +forename: Göran +surname: Thälker +job_title: 'Head of Quality' +linkedin_handle: göran-thälker-860305151 +client: dfed226e-6457-4bb2-b5b6-98b32fb7eaf6 +--- diff --git a/content/collections/testimonials/jan-trulley.md b/content/collections/testimonials/jan-trulley.md new file mode 100644 index 00000000..5ce42bad --- /dev/null +++ b/content/collections/testimonials/jan-trulley.md @@ -0,0 +1,10 @@ +--- +id: cc28652b-9764-410a-9ca4-4f1cb8715e0d +blueprint: testimonial +title: 'Jan Trulley' +forename: Jan +surname: Trulley +job_title: 'Senior Manager Quality' +linkedin_handle: jan-trulley-3aa48510a +client: dfed226e-6457-4bb2-b5b6-98b32fb7eaf6 +--- diff --git a/content/collections/testimonials/jonathan-pengl.md b/content/collections/testimonials/jonathan-pengl.md new file mode 100644 index 00000000..9038679d --- /dev/null +++ b/content/collections/testimonials/jonathan-pengl.md @@ -0,0 +1,10 @@ +--- +id: 64439819-1b52-4719-8b49-6cd0884946ba +blueprint: testimonial +title: 'Jonathan Pengl' +forename: Jonathan +surname: Pengl +job_title: 'Projektmanager Digitale Kommunikation' +linkedin_handle: jonathan-pengl-a7715616a +client: b2c34847-17a9-487f-bdaa-cc513aba2e04 +--- diff --git a/content/collections/testimonials/katharina-wirth.md b/content/collections/testimonials/katharina-wirth.md new file mode 100644 index 00000000..15f237a6 --- /dev/null +++ b/content/collections/testimonials/katharina-wirth.md @@ -0,0 +1,10 @@ +--- +id: 4521a56d-30f7-41b7-b340-96bce5de8437 +blueprint: testimonial +title: 'Katharina Wirth' +forename: Katharina +surname: Wirth +job_title: 'Brand Strategy Manager' +linkedin_handle: katharina-wirth-5ba21b1 +client: 5ea2dcd9-ba69-46c9-b80d-05cc1ee39f3e +--- diff --git a/content/collections/testimonials/kathleen-karrer.md b/content/collections/testimonials/kathleen-karrer.md new file mode 100644 index 00000000..da26528a --- /dev/null +++ b/content/collections/testimonials/kathleen-karrer.md @@ -0,0 +1,10 @@ +--- +id: 69b8cbe3-883e-41b3-87ef-6792fefc4fb2 +blueprint: testimonial +title: 'Kathleen Karrer' +forename: Kathleen +surname: Karrer +job_title: 'Senior Manager International Market Communications' +linkedin_handle: kathleen-karrer +client: 5ea2dcd9-ba69-46c9-b80d-05cc1ee39f3e +--- diff --git a/content/collections/testimonials/maja-janzen.md b/content/collections/testimonials/maja-janzen.md new file mode 100644 index 00000000..0bbb06e5 --- /dev/null +++ b/content/collections/testimonials/maja-janzen.md @@ -0,0 +1,10 @@ +--- +id: 3356c4ca-f74d-4fbd-9f66-56f7608a5819 +blueprint: testimonial +title: 'Maja Janzen' +forename: Maja +surname: Janzen +job_title: 'Chief Operating Officer' +linkedin_handle: maja-janzen-b959138b +client: 8228b00a-fd25-44d8-9bf5-0ae3de59ed50 +--- diff --git a/content/collections/testimonials/maren-dey.md b/content/collections/testimonials/maren-dey.md new file mode 100644 index 00000000..0286d3b5 --- /dev/null +++ b/content/collections/testimonials/maren-dey.md @@ -0,0 +1,9 @@ +--- +id: 2d7c99c6-b705-4f4a-8ad1-fcc97081a089 +blueprint: testimonial +title: 'Maren Dey' +forename: Maren +surname: Dey +job_title: 'Leitung Kommunikation' +client: c600de2d-4414-4741-866f-65ec6b72bbd4 +--- diff --git a/content/collections/testimonials/michael-siebke.md b/content/collections/testimonials/michael-siebke.md new file mode 100644 index 00000000..e76dc373 --- /dev/null +++ b/content/collections/testimonials/michael-siebke.md @@ -0,0 +1,10 @@ +--- +id: d3006882-1f74-47f9-9ed1-1188d53e99a6 +blueprint: testimonial +title: 'Michael Siebke' +forename: Michael +surname: Siebke +job_title: 'Global Chief Technology Officer' +linkedin_handle: michael-siebke +client: ff1001ec-13e2-4e9f-962a-2f0f44e62cd2 +--- diff --git a/content/collections/testimonials/philip-mahler.md b/content/collections/testimonials/philip-mahler.md new file mode 100644 index 00000000..539ff581 --- /dev/null +++ b/content/collections/testimonials/philip-mahler.md @@ -0,0 +1,12 @@ +--- +id: 26215621-8fa6-49c8-b254-9e528f3c18bb +blueprint: testimonial +title: 'Philip Mahler' +forename: Philip +surname: Mahler +job_title: 'Chief Technology Officer' +linkedin_handle: philip-mahler-531316a3 +client: 3e0b26d9-b68f-4142-b994-f160926abd98 +updated_by: b7c7f4d4-e810-47c4-8310-994d4d84346a +updated_at: 1725292223 +--- diff --git a/content/collections/testimonials/stefanie-kahlert.md b/content/collections/testimonials/stefanie-kahlert.md new file mode 100644 index 00000000..1f2b04e0 --- /dev/null +++ b/content/collections/testimonials/stefanie-kahlert.md @@ -0,0 +1,9 @@ +--- +id: 62f6ddf0-c8be-439a-bb17-47689236ec91 +blueprint: testimonial +title: 'Stefanie Kahlert' +forename: Stefanie +surname: Kahlert +job_title: 'Senior Manager Online Infrastructure' +client: 92048385-7a01-4d02-a48e-abb6c14bcaeb +--- diff --git a/content/collections/testimonials/ulrich-klenke.md b/content/collections/testimonials/ulrich-klenke.md new file mode 100644 index 00000000..cc97959b --- /dev/null +++ b/content/collections/testimonials/ulrich-klenke.md @@ -0,0 +1,10 @@ +--- +id: 6e8dcd16-0aae-4d65-9094-167037496f65 +blueprint: testimonial +title: 'Ulrich Klenke' +forename: Ulrich +surname: Klenke +job_title: 'Chief Marketing Officer' +linkedin_handle: ulrich-klenke-56bb9a142 +client: 5ea2dcd9-ba69-46c9-b80d-05cc1ee39f3e +--- diff --git a/resources/blueprints/collections/clients/client.yaml b/resources/blueprints/collections/clients/client.yaml index 18c4e5b5..04e944af 100644 --- a/resources/blueprints/collections/clients/client.yaml +++ b/resources/blueprints/collections/clients/client.yaml @@ -23,3 +23,10 @@ tabs: type: slug localizable: true validate: 'max:200' + - + handle: url + field: common.url + config: + validate: + - required + - url diff --git a/resources/blueprints/collections/testimonials/testimonial.yaml b/resources/blueprints/collections/testimonials/testimonial.yaml index ce06bbc6..9e4a5166 100644 --- a/resources/blueprints/collections/testimonials/testimonial.yaml +++ b/resources/blueprints/collections/testimonials/testimonial.yaml @@ -3,34 +3,33 @@ tabs: main: display: 'Main Information' sections: - - fields: - - handle: title + - + fields: + - + handle: title field: type: hidden required: false display: 'Full Name' instructions: 'This field is automatically generated by combining the forename and surname.' - - import: person + - + import: person sidebar: display: 'Related Information' sections: - - fields: - - handle: slug + - + fields: + - + handle: slug field: type: slug localizable: true validate: 'max:200' listable: false - - handle: client - field: - max_items: 1 - mode: select - create: false - collections: - - clients - type: entries - display: Company - duplicate: false + - + handle: client + field: common.client + config: validate: - required instructions: 'Select the client associated with this testimonial. This field is required.' diff --git a/resources/fieldsets/common.yaml b/resources/fieldsets/common.yaml index 1f5f5744..099d4042 100644 --- a/resources/fieldsets/common.yaml +++ b/resources/fieldsets/common.yaml @@ -12,13 +12,34 @@ fields: field: type: text display: Title - instructions: 'Enter the title for the teaser. This should be attention-grabbing and summarize the main point.' + instructions: 'Enter a catchy and concise title for the teaser. This should summarize the main point of the content to draw attention.' validate: - required - handle: text field: type: textarea display: Text - instructions: 'Enter the main content or summary for the teaser. This should provide a brief overview or highlight key details.' + instructions: 'Provide a brief summary or key details for the teaser. This text should give a quick overview of the content.' validate: - required + - handle: url + field: + input_type: url + type: text + display: URL + instructions: 'Enter the full URL.' + validate: + - url + - handle: client + field: + max_items: 1 + mode: select + create: false + collections: + - clients + type: entries + display: Client + instructions: 'Choose the associated client from the list. Only one client can be selected per entry.' + duplicate: false + validate: + - required