Skip to content

Commit

Permalink
Fixed some typos, removed the defunct category, and moved cards into …
Browse files Browse the repository at this point in the history
…the correct category
  • Loading branch information
richardtape committed Nov 8, 2024
1 parent d5c3a9b commit c558528
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion inc/blocks/cards/horizontal-image-right/pattern.json
Original file line number Diff line number Diff line change
@@ -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."
}
2 changes: 1 addition & 1 deletion inc/blocks/cards/horizontal-img-left/pattern.json
Original file line number Diff line number Diff line change
@@ -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."
}
2 changes: 1 addition & 1 deletion inc/blocks/cards/large/pattern.json
Original file line number Diff line number Diff line change
@@ -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."
}
2 changes: 1 addition & 1 deletion inc/blocks/cards/light-grey/pattern.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion inc/blocks/cards/medium/pattern.json
Original file line number Diff line number Diff line change
@@ -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."
}
2 changes: 1 addition & 1 deletion inc/blocks/cards/text-only-large/pattern.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion inc/blocks/cards/text-only-light-grey/pattern.json
Original file line number Diff line number Diff line change
@@ -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"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- wp:group {"className":"card card\u002d\u002dgray "} -->
<div class="wp-block-group card card--gray"><!-- wp:heading -->
<h2 class="wp-block-heading">Light Gret Text Only Content card</h2>
<h2 class="wp-block-heading">Light Grey Text Only Content card</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
Expand Down
2 changes: 1 addition & 1 deletion inc/blocks/cards/text-only-medium/pattern.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion inc/blocks/cards/text-only-medium/text-only-medium.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- wp:group {"className":"card "} -->
<div class="wp-block-group card"><!-- wp:heading -->
<h2 class="wp-block-heading">Text Onnly Light Grey Content card</h2>
<h2 class="wp-block-heading">Text Only Medium Light Grey Content card</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
Expand Down
2 changes: 1 addition & 1 deletion inc/blocks/cards/v3-with-subtitle-and-date/pattern.json
Original file line number Diff line number Diff line change
@@ -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."
}
Original file line number Diff line number Diff line change
@@ -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."
}

0 comments on commit c558528

Please sign in to comment.