Hello Community -
I recently created a playground account and applied the early access branch in order to leverage the new documentsearch-standard
direct answer card. I also made sure to follow the steps from the community and update the DirectAnswer
component in my index.json
file. After doing that I noticed that the Read More section wasn’t displaying the Url from my help article entities and there was no CTA. So, I forked the documentsearch-standard
card and tried to update the data mapping to pull the landingPageUrl
(since I didn’t have a website
field) and uncommenting out the CTA section to update with the landingPageUrl
as the url
. Then I went back to my DirectAnswer
component in the index.json
file and replaced documentsearch-standard
with the forked card.
All of that to say, it didn’t work and so I’m wondering if there is some better documentation around how to get all of this to work properly?