Skip to content

Commit 8ec6e69

Browse files
author
Ariel Jolo
committed
Adding patterns
1 parent f1ce1bd commit 8ec6e69

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

themes/osi/inc/block-patterns.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ function register_osi_patterns() {
66
'title' => __('AI Header', 'osi'),
77
'description' => __('Reusable header for AI template.', 'osi'),
88
'content' => '<!-- wp:group {"align":"full"} -->
9-
<div class="wp-block-group alignfull">
10-
<p>AI Header Content Here</p>
11-
</div>
12-
<!-- /wp:group -->',
9+
<div class="wp-block-group alignfull">
10+
<!-- wp:paragraph {"align":"center"} -->
11+
<p class="has-text-align-center">AI Header Content Here</p>
12+
<!-- /wp:paragraph -->
13+
</div>
14+
<!-- /wp:group -->',
1315
]
1416
);
1517

0 commit comments

Comments
 (0)