Hello,
Can someone show me step by step to use ACF for blovck themes? Im seriously confused and already go tru many times still cant render out my ACF field. Based on documentation here
1. https://www.advancedcustomfields.com/resources/acf-blocks-with-block-json/
It doesn’t tell me where should I put the block.json file.
2. https://www.advancedcustomfields.com/resources/block-api-v2/
Not sure what this is for
3. https://www.advancedcustomfields.com/resources/blocks/
“we move fast” ..and forgot about new user like me who doesn’t have a clue
4. https://www.advancedcustomfields.com/resources/how-to-upgrade-a-legacy-block-to-block-json-with-acf-6/
Im a new user. I don’t have any legacy block
5. https://www.advancedcustomfields.com/resources/whats-new-with-acf-blocks-in-acf-6/
Tried the step multiple time but no success. Im so confiused with the term ‘block’. Does it mean ACF block will appear in Gutenberg editor on left hand side? What if I just want to render ACF field one by one.
About name: “all-field-block”, Currently I have “specification” field group consist of many field. Do I need to rename field group as “specification-block”?
Or, should put the code for every field I created in 1 specification field? If so, where do I put the block.json? And which PHP file should i register everything.
Can someone out there show clearly step by step with visual and directory how to do it without using npm doing god knows what.