I have tried looking up documentation on this but I haven’t been able to find it. I might be searching for the wrong thing.
But I am trying to find a way to use ACF to edit a template within the folder Template-Parts. I want to make those edits with ACF like I would edit a page. This template will be repeated several times in the theme and so I want to set it up one time, assign an ACF field group to it for editing, and be able to call it using get_template_part.
What is the best way to go about this?