Skip to content
Snippets Groups Projects
Commit 03c89d58 authored by Alice Poggioli's avatar Alice Poggioli
Browse files

correction

parent 46b836ec
No related branches found
No related tags found
1 merge request!19Enum dropdown radio solid-form-search
Pipeline #6879 passed
......@@ -138,7 +138,6 @@ For example, in this faq we want to custom the title and the email of a moderato
if (!dataSrc) return '';
let tmpl = `
<h3>${title}</h3>
</sib-widget>
<sib-display
data-src="${dataSrc}"
fields= "question, answer"
......@@ -194,8 +193,8 @@ Call this file `data-faq.jsonld` and put it at the root of your project.
<body>
<solid-faq
data-src= "./questions.jsonld"
title = "Super FAQ">
moderator ="alice@startinblox.com"
title = "Super FAQ"
moderator ="alice@startinblox.com">
</solid-faq>
</body>
</html>
......@@ -304,6 +303,9 @@ Helper fonctions can be import from the framework.
10. Done! Congratulation :)
.. warning::
In improvement
You get some trouble ? Please `mail us <'mailto:alice@startinblox.com?subject=A%20feedback%20from%20the%20doc>`__ !
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment