From c5585284a3d5d189f34b78b030d0d32b8f68f924 Mon Sep 17 00:00:00 2001 From: Rich Tape Date: Thu, 7 Nov 2024 17:50:27 -0800 Subject: [PATCH] Fixed some typos, removed the defunct category, and moved cards into the correct category --- inc/blocks/cards/horizontal-image-right/pattern.json | 2 +- inc/blocks/cards/horizontal-img-left/pattern.json | 2 +- inc/blocks/cards/large/pattern.json | 2 +- inc/blocks/cards/light-grey/pattern.json | 2 +- inc/blocks/cards/medium/pattern.json | 2 +- inc/blocks/cards/text-only-large/pattern.json | 2 +- inc/blocks/cards/text-only-light-grey/pattern.json | 2 +- inc/blocks/cards/text-only-light-grey/text-only-light-grey.php | 2 +- inc/blocks/cards/text-only-medium/pattern.json | 2 +- inc/blocks/cards/text-only-medium/text-only-medium.php | 2 +- inc/blocks/cards/v3-with-subtitle-and-date/pattern.json | 2 +- inc/blocks/cards/v3-with-subtitle-date-and-tags/pattern.json | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/inc/blocks/cards/horizontal-image-right/pattern.json b/inc/blocks/cards/horizontal-image-right/pattern.json index 7f1b1cd..b34decc 100644 --- a/inc/blocks/cards/horizontal-image-right/pattern.json +++ b/inc/blocks/cards/horizontal-image-right/pattern.json @@ -1,6 +1,6 @@ { "title": "Horizontal Image Right Card", "slug": "apsc-block-patterns/card-horizontal-image-right", - "categories": ["apsc-block-patterns"], + "categories": ["apsc-patterns", "apsc-cards"], "description": "Set up as a group of Media & Text blocks. The class card-rows is applied to the group, both the classes card card--horiz are applied to each Media & Text block, the card links are applied on the image. Cards are displayed horizontally with the image on the right. On smaller screens (<640px), cards revert to a vertical display with the image on top." } diff --git a/inc/blocks/cards/horizontal-img-left/pattern.json b/inc/blocks/cards/horizontal-img-left/pattern.json index 22e2044..cf58eef 100644 --- a/inc/blocks/cards/horizontal-img-left/pattern.json +++ b/inc/blocks/cards/horizontal-img-left/pattern.json @@ -1,6 +1,6 @@ { "title": "Horizontal Image Left Card", "slug": "apsc-block-patterns/card-horizontal-image-left", - "categories": ["apsc-block-patterns"], + "categories": ["apsc-patterns", "apsc-cards"], "description": "Set up as a group of Media & Text blocks. The class card-rows is applied to the group, both the classes card card--horiz are applied to each Media & Text block, the card links are applied on the image. Cards are displayed horizontally with the image on the left. On smaller screens (<640px), cards revert to a vertical display with the image on top." } diff --git a/inc/blocks/cards/large/pattern.json b/inc/blocks/cards/large/pattern.json index 0789de2..dee2db1 100644 --- a/inc/blocks/cards/large/pattern.json +++ b/inc/blocks/cards/large/pattern.json @@ -1,6 +1,6 @@ { "title": "Large Card", "slug": "apsc-block-patterns/card-large", - "categories": ["apsc-block-patterns"], + "categories": ["apsc-patterns", "apsc-cards"], "description": "A single large card." } diff --git a/inc/blocks/cards/light-grey/pattern.json b/inc/blocks/cards/light-grey/pattern.json index 10c058b..0f9522b 100644 --- a/inc/blocks/cards/light-grey/pattern.json +++ b/inc/blocks/cards/light-grey/pattern.json @@ -1,6 +1,6 @@ { "title": "Light Grey Card", "slug": "apsc-block-patterns/card-light-grey", - "categories": ["apsc-block-patterns"], + "categories": ["apsc-patterns", "apsc-cards"], "description": "A single Light Grey Card" } diff --git a/inc/blocks/cards/medium/pattern.json b/inc/blocks/cards/medium/pattern.json index b4ccae0..1439da3 100644 --- a/inc/blocks/cards/medium/pattern.json +++ b/inc/blocks/cards/medium/pattern.json @@ -1,6 +1,6 @@ { "title": "Medium Card", "slug": "apsc-block-patterns/card-medium", - "categories": ["apsc-block-patterns"], + "categories": ["apsc-patterns", "apsc-cards"], "description": "A single medium card." } diff --git a/inc/blocks/cards/text-only-large/pattern.json b/inc/blocks/cards/text-only-large/pattern.json index 161574f..aa93cdd 100644 --- a/inc/blocks/cards/text-only-large/pattern.json +++ b/inc/blocks/cards/text-only-large/pattern.json @@ -1,6 +1,6 @@ { "title": "Text-Only Large Card", "slug": "apsc-block-patterns/text-only-card-large", - "categories": ["apsc-block-patterns"], + "categories": ["apsc-patterns", "apsc-cards"], "description": "Text-Only Large Card" } diff --git a/inc/blocks/cards/text-only-light-grey/pattern.json b/inc/blocks/cards/text-only-light-grey/pattern.json index 84a60c1..3bc363b 100644 --- a/inc/blocks/cards/text-only-light-grey/pattern.json +++ b/inc/blocks/cards/text-only-light-grey/pattern.json @@ -1,6 +1,6 @@ { "title": "Text-Only Light Grey Card", "slug": "apsc-block-patterns/text-only-light-grey-medium", - "categories": ["apsc-block-patterns"], + "categories": ["apsc-patterns", "apsc-cards"], "description": "Text-Only Light Grey Card" } diff --git a/inc/blocks/cards/text-only-light-grey/text-only-light-grey.php b/inc/blocks/cards/text-only-light-grey/text-only-light-grey.php index 2953ce3..80fe092 100644 --- a/inc/blocks/cards/text-only-light-grey/text-only-light-grey.php +++ b/inc/blocks/cards/text-only-light-grey/text-only-light-grey.php @@ -1,6 +1,6 @@
-

Light Gret Text Only Content card

+

Light Grey Text Only Content card

diff --git a/inc/blocks/cards/text-only-medium/pattern.json b/inc/blocks/cards/text-only-medium/pattern.json index 3d06a3b..577e2da 100644 --- a/inc/blocks/cards/text-only-medium/pattern.json +++ b/inc/blocks/cards/text-only-medium/pattern.json @@ -1,6 +1,6 @@ { "title": "Text-Only Medium Card", "slug": "apsc-block-patterns/text-only-card-medium", - "categories": ["apsc-block-patterns"], + "categories": ["apsc-patterns", "apsc-cards"], "description": "Text-Only Medium Card" } diff --git a/inc/blocks/cards/text-only-medium/text-only-medium.php b/inc/blocks/cards/text-only-medium/text-only-medium.php index a20b5fe..9390e47 100644 --- a/inc/blocks/cards/text-only-medium/text-only-medium.php +++ b/inc/blocks/cards/text-only-medium/text-only-medium.php @@ -1,6 +1,6 @@
-

Text Onnly Light Grey Content card

+

Text Only Medium Light Grey Content card

diff --git a/inc/blocks/cards/v3-with-subtitle-and-date/pattern.json b/inc/blocks/cards/v3-with-subtitle-and-date/pattern.json index 513e207..6ce60f1 100644 --- a/inc/blocks/cards/v3-with-subtitle-and-date/pattern.json +++ b/inc/blocks/cards/v3-with-subtitle-and-date/pattern.json @@ -1,6 +1,6 @@ { "title": "v3 With Subtitle and Date", "slug": "apsc-block-patterns/card-with-subtitle-and-date", - "categories": ["apsc-block-patterns"], + "categories": ["apsc-patterns", "apsc-cards"], "description": "A single card with subtitle and date." } diff --git a/inc/blocks/cards/v3-with-subtitle-date-and-tags/pattern.json b/inc/blocks/cards/v3-with-subtitle-date-and-tags/pattern.json index 4472310..b7ab756 100644 --- a/inc/blocks/cards/v3-with-subtitle-date-and-tags/pattern.json +++ b/inc/blocks/cards/v3-with-subtitle-date-and-tags/pattern.json @@ -1,6 +1,6 @@ { "title": "v3 With Subtitle, Date, and Tags", "slug": "apsc-block-patterns/card-with-subtitle-date-and-tags", - "categories": ["apsc-block-patterns"], + "categories": ["apsc-patterns", "apsc-cards"], "description": "A single card with subtitle, date, and tags." }