{
  "collectionName": "components_shared_category_banner_items",
  "info": {
    "displayName": "آیتم بنر دسته‌بندی",
    "description": "تنظیمات بنر برای یک دسته‌بندی خاص"
  },
  "attributes": {
    "category": {
      "type": "relation",
      "relation": "oneToOne",
      "target": "api::category.category",
      "description": "دسته‌بندی مورد نظر"
    },
    "bannerDesktop": {
      "type": "media",
      "allowedTypes": ["images"],
      "multiple": false,
      "description": "تصویر بنر دسکتاپ"
    },
    "bannerMobile": {
      "type": "media",
      "allowedTypes": ["images"],
      "multiple": false,
      "description": "تصویر بنر موبایل"
    },
    "bannerTitle": {
      "type": "string",
      "description": "عنوان روی بنر (اختیاری)"
    },
    "bannerSubtitle": {
      "type": "string",
      "description": "زیر عنوان روی بنر (اختیاری)"
    },
    "buttonText": {
      "type": "string",
      "default": "مشاهده محصولات"
    },
    "buttonLink": {
      "type": "string",
      "default": "/products"
    },
    "isActive": {
      "type": "boolean",
      "default": true
    },
    "order": {
      "type": "integer",
      "default": 0
    }
  }
}
