AdvancedCustomFields / AdvancedCustomFields/acf

InnerBlocks - Access attributes from template in ACF blocks

Open
#334 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
945
Forks
197
PR merge metrics
No merged PRs in 30d

Description

Is there any way for me to access testAttribute inside of acf/imagetextbutton? I can't see it being passed through anywhere to the render callback or template.

$blocksTemplate = [
        ['acf/imagetextbutton', [ 'testAttribute' => 'testing'] ]
 ];
 <InnerBlocks template="<?php echo esc_attr( wp_json_encode( $blocksTemplate ) ); ?>" templateLock="all" />

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the InnerBlocks template data for the acf/imagetextbutton block, then inspect how its render callback or template receives attributes. Confirm whether testAttribute is available at either entry point and document the supported behavior or the missing integration needed to make it accessible.

Written by the indexing model from the issue text.

Assessment

Tech stack
php, wordpress
Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.