具有木材和ACF柔性内容的古腾堡砖

时间:2019-03-10 23:17:36

标签: twig block advanced-custom-fields timber wordpress-gutenberg

我们正在按照以下方式创建一个block.twig模板: https://timber.github.io/docs/guides/gutenberg/#how-to-use-acf-blocks-with-timber 使用ACF灵活内容字段类型创建古腾堡块。

作为参考,以下示例代码适用于“中继器字段类型”:

{% for field in fields.repeater %}
    Title: {{ field.title }} <br/>
    Url: {{ field.url }}
{% endfor %}

我们进行了测试,看起来效果不错。

使用“弹性内容”字段等效吗?

谢谢。

0 个答案:

没有答案