{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "cpv/pdf-viewer",
  "title": "Continuous PDF Viewer",
  "category": "media",
  "icon": "media-document",
  "description": "Embed a continuous scroll PDF viewer.",
  "editorScript": "cpv-block-editor-script",
  "attributes": {
    "url": { "type": "string", "default": "" },
    "title": { "type": "string", "default": "" },
    "subtitle": { "type": "string", "default": "" },
    "brand": { "type": "string", "default": "" },
    "height": { "type": "string", "default": "80vh" },
    "tabletHeight": { "type": "string", "default": "70vh" },
    "mobileHeight": { "type": "string", "default": "60vh" },
    "width": { "type": "string", "default": "100%" },
    "maxWidth": { "type": "string", "default": "100%" },
    "borderRadius": { "type": "string", "default": "12" },
    "theme": { "type": "string", "default": "light" },
    "accent": { "type": "string", "default": "#4f7df3" },
    "bgColor": { "type": "string", "default": "" },
    "surfaceColor": { "type": "string", "default": "" },
    "textColor": { "type": "string", "default": "" },
    "font": { "type": "string", "default": "DM Sans" },
    "fontDisplay": { "type": "string", "default": "Instrument Serif" },
    "downloadDesktop": { "type": "string", "default": "yes" },
    "downloadTablet": { "type": "string", "default": "yes" },
    "downloadMobile": { "type": "string", "default": "yes" },
    "printDesktop": { "type": "string", "default": "yes" },
    "printTablet": { "type": "string", "default": "yes" },
    "printMobile": { "type": "string", "default": "yes" },
    "fullscreenDesktop": { "type": "string", "default": "yes" },
    "fullscreenTablet": { "type": "string", "default": "yes" },
    "fullscreenMobile": { "type": "string", "default": "yes" },
    "searchDesktop": { "type": "string", "default": "yes" },
    "searchTablet": { "type": "string", "default": "yes" },
    "searchMobile": { "type": "string", "default": "yes" },
    "thumbnailsDesktop": { "type": "string", "default": "yes" },
    "thumbnailsTablet": { "type": "string", "default": "yes" },
    "thumbnailsMobile": { "type": "string", "default": "yes" },
    "zoomDesktop": { "type": "string", "default": "yes" },
    "zoomTablet": { "type": "string", "default": "yes" },
    "zoomMobile": { "type": "string", "default": "yes" },
    "themeToggleDesktop": { "type": "string", "default": "yes" },
    "themeToggleTablet": { "type": "string", "default": "yes" },
    "themeToggleMobile": { "type": "string", "default": "yes" },
    "pageNavDesktop": { "type": "string", "default": "yes" },
    "pageNavTablet": { "type": "string", "default": "yes" },
    "pageNavMobile": { "type": "string", "default": "yes" },
    "fitWidthBtnDesktop": { "type": "string", "default": "yes" },
    "fitWidthBtnTablet": { "type": "string", "default": "yes" },
    "fitWidthBtnMobile": { "type": "string", "default": "yes" },
    "fitHeightBtnDesktop": { "type": "string", "default": "yes" },
    "fitHeightBtnTablet": { "type": "string", "default": "yes" },
    "fitHeightBtnMobile": { "type": "string", "default": "yes" },
    "statusBarDesktop": { "type": "string", "default": "yes" },
    "statusBarTablet": { "type": "string", "default": "yes" },
    "statusBarMobile": { "type": "string", "default": "yes" },
    "keyboard": { "type": "string", "default": "yes" },
    "defaultZoom": { "type": "string", "default": "fit_width" },
    "minZoom": { "type": "string", "default": "0.3" },
    "maxZoom": { "type": "string", "default": "5" },
    "zoomStep": { "type": "string", "default": "0.2" },
    "startPage": { "type": "string", "default": "1" },
    "sidebarOpen": { "type": "string", "default": "no" },
    "coverMode": { "type": "string", "default": "no" },
    "coverImage": { "type": "string", "default": "" },
    "coverHeight": { "type": "string", "default": "80vh" },
    "coverButton": { "type": "string", "default": "yes" },
    "coverButtonText": { "type": "string", "default": "Open PDF" },
    "coverHint": { "type": "string", "default": "Click to open the document viewer" },
    "coverButtonAlign": { "type": "string", "default": "left" },
    "coverButtonPadding": { "type": "string", "default": "12px 18px" },
    "coverButtonRadius": { "type": "string", "default": "10px" },
    "coverOverlay": { "type": "string", "default": "no" },
    "coverOverlayText": { "type": "string", "default": "Click to Open" },
    "coverOverlayBg": { "type": "string", "default": "rgba(0,0,0,0.45)" },
    "coverOverlayColor": { "type": "string", "default": "#ffffff" },
    "coverOverlayPadding": { "type": "string", "default": "18px 24px" },
    "coverOverlayRadius": { "type": "string", "default": "0px" },
    "coverOverlayFontSize": { "type": "string", "default": "18px" },
    "coverOverlayFontWeight": { "type": "string", "default": "700" },
    "viewerShadow": { "type": "string", "default": "yes" },
    "loadingText": { "type": "string", "default": "Loading document..." },
    "errorText": { "type": "string", "default": "Could not load the document. Please check the file URL." }
  }
}
