I have posts that have categories, and for the categories I have customizations like accent color etc, and I want to be able to access them using {{dc:acf}} How do I access the given accent_color from a Posts term?
The field group is called ‘category_details’ and I have these fields:
accent_color: hex string (color)
text_override: boolean
text_override_color: hex string (color)
In my post I can get the name/id of the term using {{dc:term:id/name}} but I can’t get any fields attached