Skip to content

Commit

Permalink
added testimonial-background
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPixle authored Dec 5, 2023
1 parent b27656d commit e4e3981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/patterns/testimonial-background.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* slug: testimonial-background
* title: Testimonial on Background
* categories: raft/content
* categories: raft/testimonials
* keywords: testimonial, feedback
*/

Expand All @@ -20,7 +20,7 @@

return array(
'title' => __( 'Testimonial on Background', 'raft' ),
'categories' => array( 'raft/content' ),
'categories' => array( 'raft/testimonials' ),
'content' => '
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|80","left":"var:preset|spacing|40","right":"var:preset|spacing|40"},"blockGap":"var:preset|spacing|80","margin":{"top":"0","bottom":"0"}},"elements":{"link":{"color":{"text":"var:preset|color|raft-fg-alt"}}}},"backgroundColor":"raft-accent","textColor":"raft-fg-alt","layout":{"type":"constrained"},"metadata":{}} -->
<div class="wp-block-group alignfull has-raft-fg-alt-color has-raft-accent-background-color has-text-color has-background has-link-color" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--80);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--80);padding-left:var(--wp--preset--spacing--40)">
Expand Down

0 comments on commit e4e3981

Please sign in to comment.