Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Banner Component API #67

Open
zelal-dev opened this issue Nov 14, 2024 · 0 comments
Open

Banner Component API #67

zelal-dev opened this issue Nov 14, 2024 · 0 comments
Assignees
Milestone

Comments

@zelal-dev
Copy link
Contributor

zelal-dev commented Nov 14, 2024

Component Name: Banner Components
Version: 1.0.0
Category: Block
Type: Backend

This menu configuration is used two config components.

{
  "collectionName": "components_block_banners",
  "info": {
    "displayName": "Banner",
    "icon": "image",
    "description": "Banner component with advanced text, style, and layout options"
  },
  "attributes": {
    "content": {
      "type": "component",
      "repeatable": false,
      "component": "config.section-title"
    },
    "style": {
      "type": "component",
      "repeatable": false,
      "component": "component.style-section"
    },
    "variation": {
      "type": "enumeration",
      "enum": [
        "simple",
        "center",
        "bottom right",
        "left right",
        "box left",
        "box right",
        "circle"
      ],
      "default": "simple"
    }
  }
}
@zelal-dev zelal-dev self-assigned this Nov 14, 2024
@zelal-dev zelal-dev added this to the 0.0.3 milestone Nov 14, 2024
@zelal-dev zelal-dev changed the title Banner Banner Component API Dec 4, 2024
@zelal-dev zelal-dev modified the milestones: 0.0.3, 1.0.0 Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant