Merge branch 'main' of github.com:Vincent-Design-Inc/VDI-Starter-v5

This commit is contained in:
Keith Solomon
2026-01-26 08:53:50 -06:00
7 changed files with 59 additions and 8 deletions

View File

@@ -15,9 +15,9 @@
"renderTemplate": "boilerplate.php"
},
"supports": {
"align": false,
"anchor": false,
"color": false,
"align": true,
"anchor": true,
"color": true,
"html": false,
"jsx": false,
"mode": true,

View File

@@ -18,6 +18,6 @@ $classes = 'boilerplate';
$wrapper = blockWrapperAttributes( $classes, $is_preview );
?>
<section <?php echo esc_attr( $wrapper ); ?>>
<section <?php echo wp_kses_post( $wrapper ); ?>>
<!-- Your block code will go here -->
</section>