{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bpsc/brand-sponsor-section",
  "version": "1.0.0",
  "title": "Brand Sponsor Section",
  "category": "bPlugins",
  "description": "A modern, fully responsive Brand Sponsor Section plugin that displays dynamic sponsor logos with smooth floating animations and a professional, premium layout for WordPress websites.",
  "keywords": [
    "Brand Sponsor Section"
  ],
  "textdomain": "section-collection",
  "attributes": {
    "sponsors": {
      "type": "array",
      "default": [
        {
          "name": "Google",
          "logo": "https://upload.wikimedia.org/wikipedia/commons/2/2f/Google_2015_logo.svg",
          "url": "https://www.google.com"
        },
        {
          "name": "Microsoft",
          "logo": "https://upload.wikimedia.org/wikipedia/commons/4/44/Microsoft_logo.svg",
          "url": "https://www.microsoft.com"
        },
        {
          "name": "Amazon",
          "logo": "https://upload.wikimedia.org/wikipedia/commons/a/a9/Amazon_logo.svg",
          "url": "https://www.amazon.com"
        },
        {
          "name": "Meta",
          "logo": "https://upload.wikimedia.org/wikipedia/commons/7/7b/Meta_Platforms_Inc._logo.svg",
          "url": "https://www.meta.com"
        },
        {
          "name": "Stripe",
          "logo": "https://upload.wikimedia.org/wikipedia/commons/b/ba/Stripe_Logo%2C_revised_2016.svg",
          "url": "https://www.stripe.com"
        },
        {
          "name": "GitHub",
          "logo": "https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg",
          "url": "https://www.github.com"
        },
        {
          "name": "Netflix",
          "logo": "https://upload.wikimedia.org/wikipedia/commons/7/75/Netflix_icon.svg",
          "url": "https://www.netflix.com"
        },
        {
          "name": "Vercel",
          "logo": "https://upload.wikimedia.org/wikipedia/commons/5/5e/Vercel_logo_black.svg",
          "url": "https://www.vercel.com"
        },
        {
          "name": "Shopify",
          "logo": "https://upload.wikimedia.org/wikipedia/commons/0/0e/Shopify_logo_2018.svg",
          "url": "https://www.shopify.com"
        },
        {
          "name": "Adobe",
          "logo": "https://upload.wikimedia.org/wikipedia/commons/e/e0/Adobe_logo_and_wordmark_%282017%29.svg",
          "url": "https://www.adobe.com"
        }
      ]
    },
    "sectionHeader": {
      "type": "object",
      "default": {
        "isHide": false,
        "title": "Our Trusted Sponsors",
        "description": "We are proud to be supported by industry-leading organizations."
      }
    },
    "layout": {
      "type": "object",
      "default": {
        "section": {
          "margin": {
            "desktop": {
              "top": "0px",
              "right": "0px",
              "bottom": "0px",
              "left": "0px"
            },
            "tablet": {
              "top": "0px",
              "right": "0px",
              "bottom": "0px",
              "left": "0px"
            },
            "mobile": {
              "top": "0px",
              "right": "0px",
              "bottom": "0px",
              "left": "0px"
            }
          },
          "padding": {
            "desktop": {
              "top": "90px",
              "right": "20px",
              "bottom": "90px",
              "left": "20px"
            },
            "tablet": {
              "top": "90px",
              "right": "20px",
              "bottom": "90px",
              "left": "20px"
            },
            "mobile": {
              "top": "10px",
              "right": "6px",
              "bottom": "10px",
              "left": "6px"
            }
          },
          "minHeight": {
            "desktop": "70vh",
            "tablet": "70vh",
            "mobile": "70vh"
          },
          "gap": "26px"
        },
        "cards": {
          "minHeight": {
            "desktop": "120px",
            "tablet": "120px",
            "mobile": "120px"
          },
          "width": {
            "desktop": "260px",
            "tablet": "214px",
            "mobile": "300px"
          },
          "borderRadius": {
            "top": "18px",
            "right": "18px",
            "bottom": "18px",
            "left": "18px"
          }
        }
      }
    },
    "styles": {
      "type": "object",
      "default": {
        "sectionBg": {
          "type": "solid",
          "overlayColor": "rgba(0, 0, 0, 0)",
          "position": "center center",
          "image": {
            "url": ""
          },
          "color": "#ffffff",
          "gradient": "linear-gradient(135deg, #4a90e2, #2c5282)",
          "repeat": "no-repeat",
          "size": "cover"
        },
        "cardBg": {
          "type": "gradient",
          "overlayColor": "rgba(0, 0, 0, 0)",
          "position": "center center",
          "image": {
            "url": ""
          },
          "color": "#ffffff",
          "gradient": "linear-gradient(180deg, #fcfcfc, #dadada)",
          "repeat": "no-repeat",
          "size": "cover"
        },
        "title": {
          "color": "#000",
          "typo": {
            "fontCategory": "sans-serif",
            "fontFamily": "Default",
            "fontSize": {
              "desktop": 36,
              "tablet": 36,
              "mobile": 36
            },
            "fontVariant": 400,
            "fontWeight": 700,
            "isUploadFont": true,
            "lineHeight": 0,
            "textDecoration": "",
            "textTransform": "none"
          }
        },
        "description": {
          "color": "#94a3b8",
          "typo": {
            "fontCategory": "sans-serif",
            "fontFamily": "Default",
            "fontSize": {
              "desktop": 14,
              "tablet": 16,
              "mobile": 16
            },
            "fontVariant": 400,
            "fontWeight": 400,
            "isUploadFont": true,
            "lineHeight": 0,
            "textDecoration": "",
            "textTransform": "none"
          }
        },
        "cardBorder": {
          "normal": {
            "color": "#1e293b",
            "style": "solid",
            "width": "1px"
          },
          "hover": {
            "color": "#38bdf8",
            "style": "solid",
            "width": "1px"
          }
        }
      }
    },
    "options": {
      "type": "object",
      "default": {
        "isNewTab": true,
        "isAnimation": true
      }
    },
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "align": {
      "type": "string",
      "default": "full"
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {}
  },
  "editorScript": "file:../index.js",
  "style": "file:./view.css",
  "render": "file:./render.php",
  "viewScript": "file:./view.js"
}