-
Notifications
You must be signed in to change notification settings - Fork 0
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
Legger til mulighet for å hente ut htmltitle og htmlintroduction #433
Conversation
Burde vi samkjøre dette med backend og frontend, kanskje? |
Backend har støtte for dette, og det er vel berre en fordel at vi legger til dette i frontend tidlig? |
@@ -28,6 +28,7 @@ export async function fetchLearningpaths(learningpathIds: string[], context: Con | |||
return { | |||
id: learningpath.id, | |||
title: learningpath.title.title, | |||
htmlTitle: learningpath.title.title, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Har vi støtte for html-tittel i stier?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nei, men siden eg utvida Meta-typen måtte eg legge det til her også.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stoler på deg!
Add htmlTitle to article to be able to render. Use htmlIntroduction