What is the best practice to deploy Communities with DX and experienceBundle when the community uses CMS Topics ?
We have a component on the home page which displays the Top 5 trending articles for a given Topic. The experienceBundle for the community holds a hard-coded topicId pointing this component to the tracked topic.
How should we deploy from sandbox to sandbox, since the Topic Id in the new sandbox will be different ? Copying topics from source to destination will not help. Even if we create Topics manually, we can no longer use experienceBundle to deploy this community after a change request, because the source topicId does not match in the destination sandbox.
Hi @Geno Mathew (cc @Viktar Apet)
Any updates for changing hardcoded record ids in the forceCommunity:topArticleList Trending Articles By Topic component ?