Category Cards

Version- 1.0.0

Uses

The Category Card component is used within dynamic collections of public-page.

Attributes

 {
   "attributes": {
    "content": {
      "type": "component",
      "repeatable": false,
      "component": "config.section-title"
    },
    "category": {
      "type": "relation",
      "relation": "oneToMany",
      "target": "plugin::padma-backend.category"
    },
    "empty": {
      "type": "component",
      "repeatable": false,
      "component": "shared.empty"
    },
    "button": {
      "type": "component",
      "repeatable": false,
      "component": "config.link"
    },
    "style": {
      "type": "component",
      "repeatable": false,
      "component": "config.style-section"
    }
  }
 }
}