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

Load FAQ from API #506

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Load FAQ from API #506

wants to merge 7 commits into from

Conversation

MatthijsKok
Copy link
Contributor

No description provided.

<div class="markdown-html"></div>
</marked-element>
<template is="dom-repeat" items="[[faq]]" as="faqitem">
<h3>[[faqitem.question]]</h3>
Copy link
Member

Choose a reason for hiding this comment

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

Are we certain both h1 and h2 are used before this? Dont use h3 just for styling. Use the proper heading and then style with css.

Copy link
Contributor Author

@MatthijsKok MatthijsKok Sep 19, 2017

Choose a reason for hiding this comment

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

the markdown document uses ### Question which according the markdown spec directly translates to a <h3> element.

<h1> and <h2> are definitely not used before this

@martijnjanssen
Copy link
Contributor

All done, only needs adminpanel implementation.

@ArdyZ
Copy link
Member

ArdyZ commented Dec 21, 2021

@MatthijsKok and @martijnjanssen can you have a look at this pull request and what should be done before it can be merged?

@martijnjanssen
Copy link
Contributor

I think it's a matter of checking whether the API does what is required from an implementation standpoint here. If that is fulfilled, and testing it works, then it should be fine. I don't have that much knowledge about these old PR's anymore though.

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

Successfully merging this pull request may close these issues.

4 participants