AdvancedCustomFields / AdvancedCustomFields/acf
InnerBlocks - Access attributes from template in ACF blocks
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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