You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Harry Wiseman edited this page Apr 8, 2019
·
2 revisions
Nemesis provides helper functions to create custom Field Groups to be used either with Blocks or just as normal ACF groups.
Testimonial example
When adding fields for the Testimonial block you first need to create a class for this located in classes/ACF/FieldGroups you will need to extend the BaseFields class provided by Nemesis - this will then give you access to all the different field types you need.