<style>
h3.category-title {
display:none;
}
</style>
<link rel="stylesheet" href="/digital-building-blocks/sites/download/attachments/879493538/searchElement.css">
<link rel="stylesheet" href="/digital-building-blocks/sites/download/attachments/879493538/faq.css">
<script src="/digital-building-blocks/sites/download/attachments/879493538/script.js"></script>
<script src="/digital-building-blocks/sites/download/attachments/900016022/faqScriptWidget.js"></script>
<section class="section" id="faq-search-section">
<div class="container">
<div class="cols">
<div class="col-12">
<div class="search-container">
<p>Search the Domibus FAQ</p>
<div class="input-wrapper">
<img src="/digital-building-blocks/sites/download/attachments/881984829/ico-magnifying-glass-accent-blue.svg"
alt="" aria-hidden="false">
<label for="faq-search" class="visually-hidden">Search FAQ</label>
<input type="text" id="faq-search" class="faq-search"
placeholder="Type to start searching the FAQ" aria-label="Search FAQ"
title="Type to start searching the FAQ" />
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="cols">
<div class="col-9 main-wrapper-section">
<div class="faq-loading-spinner loader-wrapper" style="display: flex;"><div class="load"></div></div>
<div class="faq-widget"></div>
</div>
<div class="col-3 side-wrapper-section" id="faq-sidebar-nav">
</div>
</div>
</div>
</section>
<script>
document.addEventListener("DOMContentLoaded", function () {
const faqWidget = new FAQWidget({
containerSelector: ".faq-widget",
parentPageId: "708412209", // 883823539 = Source-Categories , 883823620 = EC Products, 883823621 = source - Domibus
confluenceBaseUrl: "/digital-building-blocks/sites",
label: "faq-category",
multi: false, // Fetches QAs for a single Categories if set to false. Fetches QAs for multiple Categories if set to true. Default is set to false.
normalized: false, // Merge QAs from subcategories to main Categories
depth: 0, // Fetch Categories based on their depth. Depth 0 is the parent's position
curated: {
value: false, // Fetch only QAs that have a faq-curated label. Options true, false, "only".
title: null, // Can be applied if the key curated of the current object has value "only".
description: "Curated Description", // Can be applied if the key curated of the current object has value "only"
},
filter: [],
filterOut: [],
});
faqWidget.initialize();
});
</script>
<script src="/digital-building-blocks/sites/download/attachments/879493538/searchElement.js?api=v2"></script> |