是否有解决方案将WordPress页面上的ACF块与Gatsby进行动态反应组件匹配?

问题描述

我想在WordPress中构建具有特定ACF内容块的页面,如何在Gatsby中动态创建页面,如何查询特定页面上的ACF字段并将其与创建的自定义组件匹配。

  DMSTaskMigration:
    Type: 'AWS::DMS::ReplicationTask'
    Properties:
      ReplicationInstanceArn: !Ref DMSReplicationInstance
      SourceEndpointArn: !Ref DMSSourceEndpoint
      TargetEndpointArn: !Ref DMSTargetEndpoint
      MigrationType: full-load
      TableMappings: !Sub >-
        {"rules": [{"rule-type": "selection","rule-id": "1","rule-action":
        "include","object-locator": {"schema-name": "${MySql5Database}","table-name": "%"},"rule-name": "1"}]}
      Tags: 
        - 
          Key: myString
          Value: someString

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)