Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add meta tag to variable list in story ads #37433

Merged
merged 1 commit into from
Jan 29, 2022

Conversation

powerivq
Copy link
Contributor

@powerivq powerivq commented Jan 20, 2022

Solves #37423

It pulls the meta tags from body once and filters them accordingly.

@powerivq powerivq force-pushed the meta-tag-story branch 2 times, most recently from 6ae0d69 to bc6961e Compare January 28, 2022 01:08
const result = map();
iterateCursor(metaTags, (tag) => {
const {content, name} = tag;
// If the meta tag name is not alphanumberical, we would ignore it.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: alphanumerical

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants