default content block that uses core inner blocks

This commit is contained in:
2025-11-23 17:34:49 +00:00
parent 7b295f6e91
commit 3a8f82cc42
27 changed files with 698 additions and 732 deletions

View File

@@ -14,7 +14,8 @@ class CssClasses {
$classes = [
'section',
'section-' . str_replace('acf/', '', $props['name']),
'section-' . $props['name'],
// 'section-' . str_replace('acf/', '', $props['name']),
'bg-' . $this->colourTint([
'colour' => @$props['bg_colour'],
'tint' => @$props['bg_tint'],