🔵 other: Initial WP conversion from Eleventy
Sync TODOs with Issues / sync_todos (push) Successful in 7s

This commit is contained in:
Keith Solomon
2026-05-25 16:48:48 -05:00
parent 2e5bfaba89
commit dcb38250f8
56 changed files with 965 additions and 318 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"style": [
"file:./boilerplate.css"
],
"category": "vdi-blocks",
"category": "go-ask-auntie-blocks",
"icon": "block-default",
"keywords": [
"boilerplate"
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "acf/button",
"title": "Button (VDI)",
"description": "A button.",
"category": "vdi-blocks",
"category": "go-ask-auntie-blocks",
"icon": "button",
"keywords": [
"button"
+1 -1
View File
@@ -3,7 +3,7 @@
"title": "Buttons (VDI)",
"description": "A button or group of buttons.",
"allowedBlocks": [ "acf/button" ],
"category": "vdi-blocks",
"category": "go-ask-auntie-blocks",
"icon": "button",
"keywords": [
"buttons"
+1 -1
View File
@@ -5,7 +5,7 @@
"style": [
"file:./contact-info.css"
],
"category": "vdi-blocks",
"category": "go-ask-auntie-blocks",
"icon": "feedback",
"keywords": [
"contact info",
+1 -1
View File
@@ -5,7 +5,7 @@
"style": [
"file:./grid-cell.css"
],
"category": "vdi-blocks",
"category": "go-ask-auntie-blocks",
"icon": "grid-view",
"keywords": [
"grid"
+1 -1
View File
@@ -6,7 +6,7 @@
"file:./grid.css"
],
"allowedBlocks": [ "acf/grid-cell" ],
"category": "vdi-blocks",
"category": "go-ask-auntie-blocks",
"icon": "grid-view",
"keywords": [
"grid"
+1 -1
View File
@@ -11,7 +11,7 @@ namespace BasicWP;
$allowedBlocks = array( 'acf/grid-cell' );
$default_blocks = array(
array( 'acf/gric-cell' ),
array( 'acf/grid-cell' ),
);
// Initialize variables
+1 -1
View File
@@ -5,7 +5,7 @@
"style": [
"file:./homepage-hero.css"
],
"category": "vdi-blocks",
"category": "go-ask-auntie-blocks",
"icon": "block-default",
"keywords": [
"homepage-hero",
@@ -5,7 +5,7 @@
"style": [
"file:./media-text-innerblocks.css"
],
"category": "vdi-blocks",
"category": "go-ask-auntie-blocks",
"icon": "screenoptions",
"keywords": [
"media",
@@ -39,7 +39,7 @@ if ( $vidBlock && strpos( $vidBlock, '<iframe' ) !== false ) {
?>
<div <?php echo wp_kses_post( $wrapper ); ?> style="<?php echo esc_attr( $style ); ?>">
<div class="<?php echo esc_attr( $mediaClass ); ?> <?php echo $vidBlock ? 'aspect-video' : ''; ?>">
<div class="<?php echo esc_attr( $clsMedia ); ?> <?php echo $vidBlock ? 'aspect-video' : ''; ?>">
<?php if ( $vidBlock ) : ?>
<?php echo wp_kses( $vidBlock, escEmbeds() ); ?>
<?php else : ?>
@@ -47,7 +47,7 @@ if ( $vidBlock && strpos( $vidBlock, '<iframe' ) !== false ) {
<?php endif; ?>
</div>
<div class="content-wrapper text-balance <?php echo esc_attr( $contentClass ); ?>">
<div class="content-wrapper text-balance <?php echo esc_attr( $clsContent ); ?>">
<InnerBlocks />
</div>
</div>
+1 -1
View File
@@ -5,7 +5,7 @@
"style": [
"file:./media-text.css"
],
"category": "vdi-blocks",
"category": "go-ask-auntie-blocks",
"icon": "screenoptions",
"keywords": [
"media",
+3 -3
View File
@@ -78,14 +78,14 @@ if ( $vidBlock && strpos( $vidBlock, '<iframe' ) !== false ) {
$ctaWidth = $cta['width'] ?? '';
// Handle admin preview
if ( is_admin() && $ctaURL ) {
$ctaURL = '#';
if ( is_admin() && $ctaUrl ) {
$ctaUrl = '#';
}
?>
<x-button
btnclasses="button text-center"
element="a"
url="<?php echo esc_url( $ctaURL ); ?>"
url="<?php echo esc_url( $ctaUrl ); ?>"
target="<?php echo esc_attr( $ctaTarget ); ?>"
title="<?php echo esc_attr( $ctaTitle ); ?>"
color="<?php echo esc_attr( $ctaColor ); ?>"
+1 -1
View File
@@ -5,7 +5,7 @@
"style": [
"file:./page-children.css"
],
"category": "vdi-blocks",
"category": "go-ask-auntie-blocks",
"icon": "block-default",
"keywords": [
"page-children"
+2 -2
View File
@@ -5,10 +5,10 @@
"style": [
"file:./section.css"
],
"category": "vdi-blocks",
"category": "go-ask-auntie-blocks",
"icon": "align-wide",
"keywords": [
"setion",
"section",
"content"
],
"acf": {