We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ce1bd commit 8ec6e69Copy full SHA for 8ec6e69
themes/osi/inc/block-patterns.php
@@ -6,10 +6,12 @@ function register_osi_patterns() {
6
'title' => __('AI Header', 'osi'),
7
'description' => __('Reusable header for AI template.', 'osi'),
8
'content' => '<!-- wp:group {"align":"full"} -->
9
- <div class="wp-block-group alignfull">
10
- <p>AI Header Content Here</p>
11
- </div>
12
- <!-- /wp:group -->',
+ <div class="wp-block-group alignfull">
+ <!-- wp:paragraph {"align":"center"} -->
+ <p class="has-text-align-center">AI Header Content Here</p>
+ <!-- /wp:paragraph -->
13
+ </div>
14
+ <!-- /wp:group -->',
15
]
16
);
17
0 commit comments