Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
home
/
ophq1335
/
www
/
wp-content
/
plugins
/
wp-seopress
/
public
/
editor
/
blocks
/
faq
/
/home/ophq1335/www/wp-content/plugins/wp-seopress/public/editor/blocks/faq/block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "wpseopress/faq-block", "title": "FAQ (legacy)", "description": "Allows to easily build FAQs", "icon": "index-card", "category": "wpseopress", "textdomain": "wp-seopress", "keywords": [ "faq", "frequently asked questions", "questions", "answers", "help", "support" ], "supports": { "html": false, "color": { "background": true, "gradients": true, "link": true, "text": true }, "spacing": { "margin": true, "padding": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontStyle": true, "__experimentalFontWeight": true, "__experimentalLetterSpacing": true, "__experimentalTextTransform": true, "__experimentalDefaultControls": { "fontSize": true, "fontFamily": true, "fontStyle": true, "letterSpacing": true, "textTransform": true, "lineHeight": true } } }, "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "viewScript": "file:./accordion.js", "attributes": { "faqs": { "type": "array", "default": [], "items": { "type": "object" } }, "listStyle": { "type": "string", "default": "none" }, "titleWrapper": { "type": "string", "default": "h3" }, "imageSize": { "type": "string", "default": "thumbnail" }, "showFAQScheme": { "type": "boolean", "default": false }, "showAccordion": { "type": "boolean", "default": false }, "isProActive": { "type": "boolean", "default": false }, "selectedImageId": { "type": "number" } } }