{"success":true,"data":{"block":{"id":"faq-static-list","name":"Static List FAQ","title":"FAQ Static List","category":"Faq","categorySlug":"faq","description":"A non-interactive FAQ layout displaying all questions and answers in a vertical list format. Each Q&A pair is separated by a border, making it easy to scan through all content at once. Ideal for shorter FAQ sections where users benefit from seeing all information without clicking.","thumbnail":{"desktop":"https://cdn.ing/assets/i/r/293137/rijao3xymyo2nko99z5wpwtldhyz/cleanshot-2026-03-04-at-04-30-55.png","mobile":"https://cdn.ing/assets/i/r/293136/euhxjmhfitstiezbcasnf4a3yb4g/cleanshot-2026-03-04-at-04-31-15.png"},"componentPath":"blocks/faq/faq-static-list.tsx","code":"import { FaqStaticList } from \"@opensite/ui/blocks/faq/faq-static-list\";\n\nexport default function Demo() {\n  return (\n    <FaqStaticList\n      heading=\"Common Questions\"\n      description=\"Here are some of our most frequently asked questions. If you don't see your question here, feel free to reach out to our support team.\"\n      items={[\n        {\n          question: \"How do I get started?\",\n          answer:\n            \"Getting started is simple: sign up for a free account, complete the onboarding wizard, invite your team members, and you're ready to go. The entire process takes less than 5 minutes.\",\n        },\n        {\n          question: \"Do you offer training resources?\",\n          answer:\n            \"Yes, we provide comprehensive training including video tutorials, detailed documentation, live webinars, and a knowledge base with hundreds of articles covering all features.\",\n        },\n        {\n          question: \"What's your uptime guarantee?\",\n          answer:\n            \"We maintain a 99.9% uptime SLA with redundant infrastructure across multiple regions. In the unlikely event of downtime, we provide credits as outlined in our service agreement.\",\n        },\n        {\n          question: \"Can I import data from other tools?\",\n          answer:\n            \"Absolutely. We support data imports from CSV files and offer migration assistance from popular platforms including Asana, Trello, Monday.com, and more.\",\n        },\n        {\n          question: \"Are there any hidden fees?\",\n          answer:\n            \"No hidden fees whatsoever. Your monthly or annual subscription covers everything. Optional add-ons like premium integrations or additional storage are clearly priced upfront.\",\n        },\n      ]}\n      pattern=\"diagonalCrossFadeBottomRight\"\n      patternOpacity={0.11}\n      background=\"dark\"\n    />\n  );\n}","propsSchema":{"heading":{"type":"object","description":"Main heading content","typeLabel":"React.ReactNode","required":false},"items":{"type":"array","description":"Array of FAQ items","items":{"type":"object","description":"","fields":{"question":{"type":"object","description":"","typeLabel":"React.ReactNode","required":true},"answer":{"type":"object","description":"","typeLabel":"React.ReactNode","required":true}},"typeLabel":"FaqItem"},"typeLabel":"FaqItem[]","required":false},"itemsSlot":{"type":"object","description":"Custom slot for rendering items (overrides items array)","typeLabel":"React.ReactNode","required":false},"background":{"type":"string","description":"Background style for the section","typeLabel":"SectionBackground","required":false},"spacing":{"type":"object","description":"Vertical spacing for the section","fields":{},"typeLabel":"SectionSpacing","required":false},"pattern":{"type":"object","description":"Optional background pattern name or URL","fields":{},"typeLabel":"PatternName","required":false},"patternOpacity":{"type":"number","description":"Pattern overlay opacity (0-1)","required":false},"patternClassName":{"type":"string","description":"Additional CSS classes for the pattern overlay","required":false},"className":{"type":"string","description":"Additional CSS classes for the section","required":false},"containerClassName":{"type":"string","description":"Additional CSS classes for the container","required":false},"headingClassName":{"type":"string","description":"Additional CSS classes for the heading","required":false},"headerClassName":{"type":"string","description":"Additional CSS classes for the header wrapper","required":false},"itemsWrapperClassName":{"type":"string","description":"Additional CSS classes for the items wrapper","required":false},"itemClassName":{"type":"string","description":"Additional CSS classes for individual items","required":false},"questionClassName":{"type":"string","description":"Additional CSS classes for questions","required":false},"answerClassName":{"type":"string","description":"Additional CSS classes for answers","required":false},"description":{"type":"object","description":"Description text below heading","typeLabel":"React.ReactNode","required":false},"descriptionClassName":{"type":"string","description":"Additional CSS classes for the description","required":false},"sectionId":{"type":"string","description":"Optional Section ID","required":false}},"defaultProps":{},"dependencies":["@opensite/ui"],"tags":["faq","questions","answers","list","static","help","support","simple","readable"],"performance":{},"importantUsageNotes":"Use between 4-8 'items' for this static (non-collapsible) list layout. Each item requires a 'question' and an 'answer'; no 'id' field is needed. Follow the example props closely for this block."}},"timestamp":"2026-05-13T10:39:52.847Z"}