{ "performance": { "label": "Speed & performance", "description": "Reduce unnecessary work while preserving checkout and the editor.", "fields": { "defer_theme_js": { "type": "bool", "default": true, "label": "Defer theme JavaScript", "description": "Applies only to Metzava scripts, never payment-provider scripts." }, "disable_emoji": { "type": "bool", "default": true, "label": "Disable emoji assets", "description": "Remove WordPress emoji detection scripts and styles. Native emoji still work." }, "disable_embed_script": { "type": "bool", "default": false, "label": "Disable the embed helper", "description": "Remove wp-embed on the public site. Test embedded WordPress posts after enabling." }, "disable_gutenberg": { "type": "bool", "default": false, "label": "Disable Gutenberg completely", "description": "Use the classic post and widget editors and remove Gutenberg block scripts, styles, patterns and global styles from the public site." }, "remove_guest_dashicons": { "type": "bool", "default": true, "label": "Remove guest icon assets", "description": "Remove Dashicons for signed-out visitors. Disable if another component uses these icons." }, "disable_front_heartbeat": { "type": "bool", "default": false, "label": "Disable public Heartbeat", "description": "Disable background Heartbeat polling on public pages only. The editor keeps working." }, "heartbeat_interval": { "type": "int", "default": 60, "label": "Admin Heartbeat interval (seconds)", "description": "Keep autosave and post locking; adjust polling between 15 and 120 seconds.", "min": 15, "max": 120 }, "image_quality": { "type": "int", "default": 82, "label": "Generated image quality", "description": "JPEG and WebP quality for newly generated sizes. Existing files are unchanged.", "min": 60, "max": 95 }, "large_image_threshold": { "type": "int", "default": 2560, "label": "Large image threshold (pixels)", "description": "Maximum dimension before WordPress scales a new large upload.", "min": 1600, "max": 4096 }, "native_lazy_loading": { "type": "bool", "default": true, "label": "Native image lazy loading", "description": "Keep WordPress native loading decisions, including priority for important images." } } }, "cache": { "label": "Caching", "description": "Cache campaign totals, with immediate invalidation after donation changes.", "fields": { "stats_cache": { "type": "bool", "default": true, "label": "Cache campaign statistics", "description": "Caches aggregate numbers only. Never caches donor details, forms, carts or payments." }, "stats_cache_ttl": { "type": "int", "default": 120, "label": "Statistics cache lifetime (seconds)", "description": "Expiry fallback in addition to invalidation after payment or refund changes.", "min": 30, "max": 3600 } } }, "security": { "label": "Security", "description": "Targeted hardening. Payment callbacks and WooCommerce APIs remain available.", "fields": { "nosniff": { "type": "bool", "default": true, "label": "Prevent MIME sniffing", "description": "Send X-Content-Type-Options: nosniff on WordPress responses." }, "frame_sameorigin": { "type": "bool", "default": false, "label": "Restrict framing to this site", "description": "Send X-Frame-Options: SAMEORIGIN. May affect external donation widgets." }, "referrer_policy": { "type": "bool", "default": true, "label": "Limit referrer information", "description": "Send strict-origin-when-cross-origin; full internal referrers remain available." }, "disable_xmlrpc": { "type": "bool", "default": false, "label": "Disable XML-RPC authentication", "description": "May disconnect legacy publishing apps. Does not block REST or payment callbacks." }, "disable_pingbacks": { "type": "bool", "default": true, "label": "Disable pingbacks", "description": "Remove XML-RPC pingback methods and close pingbacks on content." }, "generic_login_errors": { "type": "bool", "default": true, "label": "Generic login errors", "description": "Avoid revealing whether a username exists. This is not a login rate limiter." }, "restrict_user_rest": { "type": "bool", "default": false, "label": "Restrict public user listing", "description": "Require login for /wp/v2/users endpoints. Other REST routes stay available." }, "disable_application_passwords": { "type": "bool", "default": false, "label": "Disable application passwords", "description": "May disconnect authorized integrations that use WordPress application passwords." }, "hide_generator": { "type": "bool", "default": true, "label": "Remove generator metadata", "description": "Remove the public generator tag. This does not replace software updates." } } }, "features": { "label": "Features & campaigns", "description": "Choose what visitors see and set donation defaults.", "fields": { "show_hero": { "type": "bool", "default": true, "label": "Show home introduction", "description": "Show the main introduction above the campaign list." }, "show_about": { "type": "bool", "default": true, "label": "Show the mission section", "description": "Show the home-page mission section and its navigation link." }, "show_donation_count": { "type": "bool", "default": true, "label": "Show donation counts", "description": "Display the number of paid orders with a positive remaining donation." }, "show_end_date": { "type": "bool", "default": true, "label": "Show campaign end dates", "description": "Visibility only; end dates are always enforced by the server." }, "campaigns_per_page": { "type": "int", "default": 12, "label": "Campaigns per page", "description": "Number of campaign cards on each home-page results page.", "min": 3, "max": 48 }, "donation_min": { "type": "int", "default": 5, "label": "Minimum donation (ILS)", "description": "Applied on the server as well as in the form.", "min": 5, "max": 100000 }, "donation_max": { "type": "int", "default": 100000, "label": "Maximum donation (ILS)", "description": "Cannot exceed the platform limit of ILS 100,000.", "min": 5, "max": 100000 }, "donation_default": { "type": "int", "default": 180, "label": "Default donation (ILS)", "description": "Must fall between the minimum and maximum donation.", "min": 5, "max": 100000 }, "donation_presets": { "type": "amounts", "default": "100,180,360,720", "label": "Suggested donation amounts", "description": "Up to six comma-separated whole amounts within your donation limits." }, "donation_processing_enabled": {"type":"bool","default":true,"label":"Offer processing-cost coverage","description":"Lets donors add the processing percentage below to their contribution."}, "donation_processing_percent": {"type":"decimal","default":2.9,"label":"Processing-cost percentage","description":"Applied only when the donor chooses to cover processing costs.","min":0,"max":20}, "donation_operating_enabled": {"type":"bool","default":true,"label":"Offer operating-cost support","description":"Lets donors add a percentage to help with ongoing activity."}, "donation_operating_percent": {"type":"decimal","default":5,"label":"Operating-support percentage","description":"Applied only when the donor chooses to add it.","min":0,"max":50}, "donation_double_enabled": {"type":"bool","default":true,"label":"Offer spontaneous doubling","description":"Lets donors double their chosen contribution."}, "disable_comments": { "type": "bool", "default": false, "label": "Disable comments", "description": "Close comments on all content and remove the Comments menu. Existing comments remain stored." }, "disable_feeds": { "type": "bool", "default": false, "label": "Disable RSS feeds", "description": "Feeds return 404. May affect subscribers and feed integrations." } } }, "home_share": { "label": "Home-page sharing", "description": "Control the sharing invitation below the campaigns and the preview visitors see when they share it.", "fields": { "home_share_title": {"type":"text","default":"","label":"Sharing headline — first line","description":"Leave empty to use the first line from the theme.","max":100}, "home_share_title_second": {"type":"text","default":"","label":"Sharing headline — second line","description":"Leave empty to use the highlighted second line from the theme.","max":100}, "home_share_text": {"type":"text","default":"","label":"Sharing text","description":"The short explanation shown below the headline.","max":240}, "home_share_message": {"type":"text","default":"","label":"Message sent when sharing","description":"Leave empty for the default message. The shared link is added automatically.","max":300}, "home_share_url": {"type":"link","default":"","label":"Link to share","description":"Leave empty to share the home page. Accepts an https address, /path or #anchor.","max":500}, "home_share_image": {"type":"media","default":0,"label":"Sharing preview image","description":"Choose the image shown in WhatsApp, Facebook and other link previews."} } }, "fonts": { "label": "Typography & Google Fonts", "description": "Use system fonts, approved Google families or a font hosted on your own site.", "fields": { "font_source": { "type": "select", "default": "bundled", "label": "Font source", "description": "Google Fonts connects the visitor to Google. System fonts make no external font requests.", "choices": { "bundled": "Bundled Hebrew fonts", "system": "System fonts", "google": "Google Fonts", "local": "Self-hosted WOFF2" } }, "google_font": { "type": "select", "default": "Noto Sans Hebrew", "label": "Google font family", "description": "The selected families support Hebrew and Latin; uses font-display: swap.", "choices": { "Noto Sans Hebrew": "Noto Sans Hebrew", "Heebo": "Heebo", "Assistant": "Assistant", "Rubik": "Rubik" } }, "local_font_url": { "type": "local_font", "default": "", "label": "Self-hosted font URL", "description": "An HTTPS .woff2 URL on this site. Upload through your host; no third-party font URL is accepted." }, "font_preconnect": { "type": "bool", "default": true, "label": "Preconnect Google font hosts", "description": "Used only when Google Fonts is selected." }, "body_font_size": { "type": "int", "default": 16, "label": "Base font size (pixels)", "description": "Sets the root text size while preserving browser zoom.", "min": 16, "max": 22 }, "body_line_height": { "type": "decimal", "default": 1.65, "label": "Body line height", "description": "Adjust body text spacing between 1.4 and 2.0.", "min": 1.4, "max": 2 } } }, "accessibility": { "label": "Accessibility", "description": "Presentation controls complement accessible content and manual testing.", "fields": { "reduce_motion": { "type": "bool", "default": false, "label": "Reduce motion for everyone", "description": "Disable smooth scrolling and theme transitions. Operating-system preferences are always respected." }, "strong_focus": { "type": "bool", "default": true, "label": "Stronger keyboard focus", "description": "Show a high-contrast focus ring. A visible basic ring remains when disabled." }, "underline_links": { "type": "bool", "default": false, "label": "Underline content links", "description": "Underline links in paragraphs and campaign titles; buttons keep their own styling." }, "high_contrast": { "type": "bool", "default": false, "label": "Higher text contrast", "description": "Darken secondary text and borders throughout the theme." }, "accessibility_url": { "type": "url", "default": "", "label": "Accessibility statement URL", "description": "Adds an accessibility link to the site footer. Does not create or certify a statement." } } }, "integrations": { "label": "Integrations & consent", "description": "Analytics are opt-in and excluded from checkout, account and administrative pages.", "fields": { "ga4_id": { "type": "ga4", "default": "", "label": "Google Analytics 4 ID", "description": "Use a G- measurement ID. No scripts load before visitor consent." }, "gtm_id": { "type": "gtm", "default": "", "label": "Google Tag Manager ID", "description": "Use a GTM- container ID. Do not duplicate GA4 in both this field and the container." }, "consent_version": { "type": "int", "default": 1, "label": "Consent policy version", "description": "Increase after changing tracking purposes to request fresh consent.", "min": 1, "max": 9999 }, "privacy_url": { "type": "url", "default": "", "label": "Privacy policy URL", "description": "Shown alongside analytics consent controls. Required when analytics is configured." }, "turnstile_enabled": { "type": "bool", "default": false, "label": "Protect donations with Turnstile", "description": "Validates each new donation on the server. Existing payment callbacks are never challenged." }, "turnstile_site_key": { "type": "sitekey", "default": "", "label": "Turnstile site key", "description": "Public key only. Set METZAVA_TURNSTILE_SECRET in wp-config.php; secrets are never stored here." } } }, "brand": { "label": "Brand colors", "description": "Recolor the whole theme. Keep strong contrast between text and background.", "fields": { "brand_navy": { "type": "color", "default": "#0e2a3f", "label": "Primary dark color", "description": "Hero, footer, headings and dark buttons." }, "brand_gold": { "type": "color", "default": "#e8b95f", "label": "Accent color", "description": "Highlights on dark backgrounds, progress bars and gold buttons." }, "brand_heart": { "type": "color", "default": "#b8452f", "label": "Donation button color", "description": "Main call-to-action buttons. Use a color that passes contrast with white text." }, "brand_cream": { "type": "color", "default": "#fbf5e9", "label": "Page background", "description": "The warm background behind cards and sections." } } }, "announcement": { "label": "Announcement bar", "description": "A slim message above the header for campaigns, deadlines and news.", "fields": { "announce_enabled": { "type": "bool", "default": false, "label": "Show the announcement bar", "description": "Appears on every page when text is filled in below." }, "announce_text": { "type": "text", "default": "", "label": "Announcement text", "description": "One short sentence, up to 160 characters.", "max": 160 }, "announce_link_label": { "type": "text", "default": "", "label": "Link label", "description": "Optional. For example: Donate today.", "max": 40 }, "announce_link_url": { "type": "link", "default": "", "label": "Link address", "description": "A full https address, a path such as /about, or an anchor such as #campaigns." }, "announce_style": { "type": "select", "default": "gold", "label": "Bar style", "description": "Choose the color treatment of the bar.", "choices": { "gold": "Gold", "navy": "Dark", "heart": "Warm red" } }, "announce_dismissible": { "type": "bool", "default": true, "label": "Allow visitors to close it", "description": "A closed bar stays closed on that device until the version below changes." }, "announce_version": { "type": "int", "default": 1, "label": "Announcement version", "description": "Increase after changing the message to show it again to visitors who closed it.", "min": 1, "max": 9999 } } }, "header": { "label": "Header & navigation", "description": "Layout, sticky behavior, menu, donate button and the mobile menu.", "fields": { "header_layout": { "type": "select", "default": "start", "label": "Header layout", "description": "Logo with menu on one row, or a centered logo with the menu below.", "choices": { "start": "Logo, menu and button in one row", "center": "Centered logo, menu below" } }, "header_height": { "type": "select", "default": "regular", "label": "Header height", "description": "Controls the vertical space of the header.", "choices": { "compact": "Compact", "regular": "Regular", "tall": "Tall" } }, "header_sticky": { "type": "select", "default": "always", "label": "Sticky header", "description": "Keep the header in view, hide it while scrolling down, or let it scroll away.", "choices": { "always": "Always visible", "smart": "Hide on scroll down, show on scroll up", "none": "Not sticky" } }, "header_style": { "type": "select", "default": "glass", "label": "Header background", "description": "Solid color or a soft translucent blur.", "choices": { "glass": "Translucent blur", "solid": "Solid" } }, "header_border": { "type": "bool", "default": true, "label": "Show a line under the header", "description": "A thin divider between the header and the page." }, "header_shadow_on_scroll": { "type": "bool", "default": true, "label": "Shadow when scrolling", "description": "Adds a soft shadow once the page is scrolled." }, "header_brand_name": { "type": "text", "default": "", "label": "Site name in the header", "description": "Leave empty to use the translated theme name.", "max": 60 }, "header_show_logo_text": { "type": "bool", "default": true, "label": "Show the name next to the logo", "description": "Turn off if your uploaded logo already contains the name. Upload a logo under Appearance → Customize → Site Identity." }, "header_logo_image": { "type": "media", "default": 0, "label": "Header logo image", "description": "Optional logo from the media library. Leave empty to use the Site Identity logo.", "max": 0 }, "header_logo_max_height": { "type": "int", "default": 48, "label": "Logo height (pixels)", "description": "Maximum height of an uploaded logo image.", "min": 28, "max": 120 }, "header_show_tagline": { "type": "bool", "default": true, "label": "Show the tagline", "description": "A small line under the site name." }, "header_tagline": { "type": "text", "default": "", "label": "Tagline text", "description": "Leave empty to use the translated theme tagline.", "max": 80 }, "header_menu_align": { "type": "select", "default": "center", "label": "Menu alignment", "description": "Where the menu sits between the logo and the button.", "choices": { "start": "Next to the logo", "center": "Centered", "end": "Next to the button" } }, "header_menu_depth": { "type": "int", "default": 2, "label": "Menu depth", "description": "How many levels of sub-menus to show: 1 to 3.", "min": 1, "max": 3 }, "header_show_cta": { "type": "bool", "default": true, "label": "Show the donate button", "description": "The main call-to-action in the header." }, "header_cta_label": { "type": "text", "default": "", "label": "Button text", "description": "Leave empty to use the translated default: Donate.", "max": 30 }, "header_cta_url": { "type": "link", "default": "", "label": "Button address", "description": "Leave empty to scroll to the campaigns. Accepts https addresses, /paths and #anchors." }, "header_cta_style": { "type": "select", "default": "heart", "label": "Button style", "description": "Color treatment of the header button.", "choices": { "heart": "Warm red", "gold": "Gold", "navy": "Dark", "outline": "Outline" } }, "header_cta_heart": { "type": "bool", "default": true, "label": "Heart icon on the button", "description": "Adds a small heart next to the button text." }, "header_cta_icon": { "type": "select", "default": "heart", "label": "Donate button icon", "description": "Choose the icon shown beside the header action button.", "choices": {"heart":"Heart","arrow":"Arrow","none":"No icon"} }, "header_mobile_breakpoint": { "type": "select", "default": "950", "label": "Switch to the mobile menu below", "description": "Screen width where the menu becomes a slide-in panel.", "choices": { "700": "700 px", "820": "820 px", "950": "950 px", "1100": "1100 px", "1280": "1280 px" } }, "header_mobile_cta": { "type": "select", "default": "bar", "label": "Donate button on mobile", "description": "Keep it beside the menu button, move it into the panel, or show it in both places.", "choices": { "bar": "In the header bar", "drawer": "Inside the menu panel", "both": "Both" } }, "header_drawer_style": { "type": "select", "default": "side", "label": "Mobile menu style", "description": "A side panel or a full-screen menu.", "choices": { "side": "Side panel", "full": "Full screen" } }, "header_drawer_contact": { "type": "bool", "default": true, "label": "Contact links in the mobile menu", "description": "Shows phone, WhatsApp, email and social links at the bottom of the panel." }, "header_menu_effect": { "type": "select", "default": "underline", "label": "Desktop menu effect", "description": "Choose how the current and hovered menu item is highlighted.", "choices": {"underline":"Underline","pill":"Soft pill","plain":"Text color only"} }, "header_menu_size": { "type": "int", "default": 15, "label": "Desktop menu text size (pixels)", "description": "Adjust the size of first-level navigation links.", "min": 12, "max": 22 }, "header_scroll_effect": { "type": "select", "default": "none", "label": "Effect while scrolling", "description": "Keep the header unchanged, make it more compact, or hide it when scrolling down.", "choices": {"none":"No change","shrink":"Compact header","hide":"Hide while scrolling down"} }, "header_scroll_scale": { "type": "int", "default": 82, "label": "Compact header size (percent)", "description": "Used when Compact header is selected above.", "min": 60, "max": 95 }, "header_toggle_style": { "type": "select", "default": "round", "label": "Mobile menu button style", "description": "The shape of the menu button shown on small screens.", "choices": {"round":"Round","square":"Rounded square","outline":"Outline"} }, "header_mobile_theme": { "type": "select", "default": "light", "label": "Mobile menu colors", "description": "Choose a light or dark mobile navigation panel.", "choices": {"light":"Light","dark":"Dark blue"} }, "header_mobile_animation": { "type": "select", "default": "slide", "label": "Mobile menu animation", "description": "Choose the transition used when opening the mobile menu.", "choices": {"slide":"Slide","fade":"Soft fade"} } } }, "topbar": { "label": "Contact bar", "description": "A thin bar above the header with your phone, email and social links.", "fields": { "topbar_enabled": { "type": "bool", "default": false, "label": "Show the contact bar", "description": "Uses the details under Contact details." }, "topbar_style": { "type": "select", "default": "navy", "label": "Bar style", "description": "Dark or light.", "choices": { "navy": "Dark", "light": "Light" } }, "topbar_show_social": { "type": "bool", "default": true, "label": "Show social icons", "description": "Icons for the social addresses you filled in." }, "topbar_hide_mobile": { "type": "bool", "default": true, "label": "Hide on small screens", "description": "The same details appear in the mobile menu and the footer." } } }, "contact": { "label": "Contact details", "description": "Shown in the contact bar, the mobile menu and the footer. Leave a field empty to hide it.", "fields": { "contact_phone": { "type": "phone", "default": "", "label": "Phone", "description": "Digits, spaces, + and dashes. Becomes a tap-to-call link." }, "contact_whatsapp": { "type": "phone", "default": "", "label": "WhatsApp number", "description": "International format, for example +972501234567. Opens a chat." }, "contact_email": { "type": "email", "default": "", "label": "Email", "description": "Becomes a mailto link." }, "contact_address": { "type": "text", "default": "", "label": "Address", "description": "A short address line, for example the school street and city.", "max": 120 }, "contact_hours": { "type": "text", "default": "", "label": "Opening hours", "description": "For example: Sun–Thu, 8:00–16:00.", "max": 80 } } }, "social": { "label": "Social links", "description": "Full https addresses. Empty fields are not shown.", "fields": { "social_facebook": { "type": "url", "default": "", "label": "Facebook address", "description": "A full https address to your Facebook page." }, "social_instagram": { "type": "url", "default": "", "label": "Instagram address", "description": "A full https address to your Instagram page." }, "social_youtube": { "type": "url", "default": "", "label": "YouTube address", "description": "A full https address to your YouTube page." }, "social_x": { "type": "url", "default": "", "label": "X (Twitter) address", "description": "A full https address to your X (Twitter) page." }, "social_telegram": { "type": "url", "default": "", "label": "Telegram address", "description": "A full https address to your Telegram page." }, "social_linkedin": { "type": "url", "default": "", "label": "LinkedIn address", "description": "A full https address to your LinkedIn page." } } }, "footer": { "label": "Footer", "description": "Layout, columns, contact details, a closing donation band and legal links.", "fields": { "footer_layout": { "type": "select", "default": "columns", "label": "Footer layout", "description": "Full columns, a centered stack, or a single slim row.", "choices": { "columns": "Columns", "centered": "Centered", "minimal": "Minimal" } }, "footer_style": { "type": "select", "default": "navy", "label": "Footer style", "description": "Dark, deep black or light.", "choices": { "navy": "Dark blue", "dark": "Deep black", "light": "Light" } }, "footer_show_brand": { "type": "bool", "default": true, "label": "Show the logo and description", "description": "The first column of the footer." }, "footer_about": { "type": "text", "default": "", "label": "Short description", "description": "Leave empty to use the translated theme sentence.", "max": 300 }, "footer_col1_title": { "type": "text", "default": "", "label": "First menu title", "description": "Shown above the menu assigned to Footer column 1. Leave empty for the translated default.", "max": 40 }, "footer_col2_title": { "type": "text", "default": "", "label": "Second menu title", "description": "Shown above the menu assigned to Footer column 2.", "max": 40 }, "footer_show_contact": { "type": "bool", "default": true, "label": "Show contact details", "description": "A contact column built from Contact details." }, "footer_show_social": { "type": "bool", "default": true, "label": "Show social icons", "description": "Icons for the social addresses you filled in." }, "footer_show_cta": { "type": "bool", "default": false, "label": "Show a closing donation band", "description": "A warm call-to-action above the footer on every page." }, "footer_cta_title": { "type": "text", "default": "", "label": "Band headline", "description": "Leave empty for the translated default.", "max": 90 }, "footer_cta_text": { "type": "text", "default": "", "label": "Band text", "description": "Leave empty for the translated default.", "max": 200 }, "footer_cta_label": { "type": "text", "default": "", "label": "Band button text", "description": "Leave empty for the translated default.", "max": 30 }, "footer_cta_url": { "type": "link", "default": "", "label": "Band button address", "description": "Leave empty to scroll to the campaigns." }, "footer_trust_note": { "type": "text", "default": "", "label": "Reassurance note", "description": "Optional short note, for example about the payment provider or tax receipts.", "max": 160 }, "footer_show_privacy_link": { "type": "bool", "default": true, "label": "Show the privacy policy link", "description": "Uses the address from Integrations & consent." }, "footer_copyright": { "type": "text", "default": "", "label": "Copyright line", "description": "Use {year} for the current year and {site} for the site name. Leave empty for the default.", "max": 160 }, "footer_show_back_to_top": { "type": "bool", "default": true, "label": "Show a back-to-top button", "description": "A floating button that appears after scrolling." } } } , "typography_advanced": { "label": "Advanced typography", "description": "Assign distinct Google fonts and exact responsive measurements to every important text role.", "fields": { "google_menu_font": {"type":"select","default":"Heebo","label":"Menu Google font","description":"Header navigation and menu items.","choices":{"Noto Sans Hebrew":"Noto Sans Hebrew","Heebo":"Heebo","Assistant":"Assistant","Rubik":"Rubik","Frank Ruhl Libre":"Frank Ruhl Libre","Noto Serif Hebrew":"Noto Serif Hebrew"}}, "google_h1_font": {"type":"select","default":"Frank Ruhl Libre","label":"Main-title Google font","description":"Hero and page H1 titles.","choices":{"Noto Sans Hebrew":"Noto Sans Hebrew","Heebo":"Heebo","Assistant":"Assistant","Rubik":"Rubik","Frank Ruhl Libre":"Frank Ruhl Libre","Noto Serif Hebrew":"Noto Serif Hebrew"}}, "google_h2_font": {"type":"select","default":"Frank Ruhl Libre","label":"Section-title Google font","description":"Primary H2 section titles.","choices":{"Noto Sans Hebrew":"Noto Sans Hebrew","Heebo":"Heebo","Assistant":"Assistant","Rubik":"Rubik","Frank Ruhl Libre":"Frank Ruhl Libre","Noto Serif Hebrew":"Noto Serif Hebrew"}}, "google_h3_font": {"type":"select","default":"Heebo","label":"Card-title Google font","description":"H3 titles used by cards and content groups.","choices":{"Noto Sans Hebrew":"Noto Sans Hebrew","Heebo":"Heebo","Assistant":"Assistant","Rubik":"Rubik","Frank Ruhl Libre":"Frank Ruhl Libre","Noto Serif Hebrew":"Noto Serif Hebrew"}}, "body_font_weight": {"type":"select","default":"400","label":"Content font weight","description":"Normal text weight. 400 is regular; 500 is slightly stronger.","choices":{"300":"Light — 300","400":"Regular — 400","500":"Medium — 500","600":"Semi-bold — 600"}}, "menu_font_size": {"type":"int","default":16,"label":"Menu font size (pixels)","description":"Responsive header navigation size.","min":13,"max":22}, "menu_font_weight": {"type":"select","default":"700","label":"Menu font weight","description":"Controls navigation emphasis.","choices":{"400":"Regular — 400","500":"Medium — 500","600":"Semi-bold — 600","700":"Bold — 700","800":"Extra bold — 800"}}, "hero_h1_size": {"type":"int","default":98,"label":"Hero title maximum size (pixels)","description":"Fluidly scales down on smaller screens.","min":56,"max":128}, "hero_h1_weight": {"type":"select","default":"700","label":"Hero title weight","description":"Variable Google and bundled fonts use the exact selected weight.","choices":{"400":"Regular — 400","500":"Medium — 500","600":"Semi-bold — 600","700":"Bold — 700","800":"Extra bold — 800","900":"Black — 900"}}, "h1_font_size": {"type":"int","default":64,"label":"Page H1 maximum size (pixels)","description":"Applies to inner-page and campaign main titles.","min":36,"max":88}, "h1_font_weight": {"type":"select","default":"700","label":"Page H1 weight","description":"Main page-title emphasis.","choices":{"400":"Regular — 400","500":"Medium — 500","600":"Semi-bold — 600","700":"Bold — 700","800":"Extra bold — 800","900":"Black — 900"}}, "h1_line_height": {"type":"decimal","default":1.08,"label":"H1 line height","description":"Tight title spacing from 0.9 to 1.4.","min":0.9,"max":1.4}, "h2_font_size": {"type":"int","default":48,"label":"Section H2 maximum size (pixels)","description":"Primary section-title scale.","min":28,"max":72}, "h2_font_weight": {"type":"select","default":"700","label":"Section H2 weight","description":"Primary section-title emphasis.","choices":{"400":"Regular — 400","500":"Medium — 500","600":"Semi-bold — 600","700":"Bold — 700","800":"Extra bold — 800","900":"Black — 900"}}, "h2_line_height": {"type":"decimal","default":1.15,"label":"H2 line height","description":"Section-title spacing from 1.0 to 1.6.","min":1,"max":1.6}, "h3_font_size": {"type":"int","default":23,"label":"Card H3 maximum size (pixels)","description":"Card and grouped-content title scale.","min":18,"max":40}, "h3_font_weight": {"type":"select","default":"700","label":"Card H3 weight","description":"Card-title emphasis.","choices":{"400":"Regular — 400","500":"Medium — 500","600":"Semi-bold — 600","700":"Bold — 700","800":"Extra bold — 800","900":"Black — 900"}}, "h3_line_height": {"type":"decimal","default":1.25,"label":"H3 line height","description":"Card-title spacing from 1.0 to 1.7.","min":1,"max":1.7} } } }
תודה על הסבלנות. אנו מבצעים עבודות על האתר ונחזור בהקדם.