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

Article content for market/language #9

Open
jruts opened this issue May 9, 2016 · 0 comments
Open

Article content for market/language #9

jruts opened this issue May 9, 2016 · 0 comments

Comments

@jruts
Copy link

jruts commented May 9, 2016

Currently we are just getting the first item in the array for the article content.

return {
        id: doc._id,
        name: doc.displayName,
        url: doc.content[0].url,
        sections: doc.content[0].section || []
      };

We need to change this too look at the language and market!

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

No branches or pull requests

1 participant