We'll create fresh WordPress site with ACF Timber Integration installed. You have 20 minutes to test the plugin after that site we'll be deleted.
This plugin is intended for developers that are using Advanced Custom Fields and Timber to develop their themes.
By enabling this plugin the user-defined advanced custom fields will be available in the Timber context variable as follows:
Fields defined for users will be available on the \Timber\User object under the “fields” key
Defined menus will also be available everywhere under the “menus” key
Also adds twig functions for images:
<img src="{{ post.thumbnail.src('large') }}" {{ srcset(post.thumbnail,'large') }} />
<img src="{{ post.thumbnail.src('large') }}" {{ image_attr(post.thumbnail,'large') }} />