Trouble with Answers Featured Snippet

Hi Ryan and Sarah,

Looks like you both are still on Theme v1.19 and the new featured snippet card is in Theme v1.20, which is now available just with the early-access branch. You’ll need to use the spring21-early-access version of the Theme branch to do this, which you can upgrade to by following these instructions.

Once you upgrade, you’ll need to update your config/index.json file’s directAnswer object like this:

“DirectAnswer”: {
  “types”: {
        'FEATURED_SNIPPET': {
            “cardType”: "documentsearch-standard"
        },
        'FIELD_VALUE': {
            “cardType”: "allfields-standard"
        }
    }
}

Let us know if that helps!

1 Like