Based on many user’s requests, we decided to make example of dynamic FAQ block that supports Custom meta and Taxonomy meta.
Making of dynamic FAQ is simple. You need to make repeater field in any of Meta field plugin: ACF, ACPT, MetaFields, etc. Make two sub fields: title and content. For title use Text field, for content you can use text field or Editor.
Now, add Accordion Element block. Select it and choose Dynamic Content type. Then, click to edit block and select title and content fields. Select Dynamic text value and Repeater.
The same works also for Taxonomy Meta, you just need to select Taxonomy Meta as type of dynamic content.
Here is code for both.
For Taxonomy Meta (Repeater field is faq_taxonomy, subfields: title and content)
For Custom Field Meta (Repeater field is faq_meta, subfields: title and content)