Enhance platform-row block with new animation attributes for improved visual effects

This commit is contained in:
Matt Batchelder
2026-02-21 18:55:04 -05:00
parent 97bbe90ed1
commit 2c82b2e432
4 changed files with 81 additions and 19 deletions

View File

@@ -553,6 +553,7 @@ add_action( 'init', function () {
'imgUrl' => [ 'type' => 'string', 'default' => '' ],
'imgAlt' => [ 'type' => 'string', 'default' => '' ],
'imgWidth' => [ 'type' => 'number', 'default' => 300 ],
'isDashboard' => [ 'type' => 'boolean', 'default' => false ],
'deviceAnim' => [ 'type' => 'boolean', 'default' => false ],
'tvStick' => [ 'type' => 'boolean', 'default' => false ],
'cameraAnim' => [ 'type' => 'boolean', 'default' => false ],