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

Post Setting API #113

Open
zelal-dev opened this issue Dec 4, 2024 · 0 comments
Open

Post Setting API #113

zelal-dev opened this issue Dec 4, 2024 · 0 comments
Assignees
Milestone

Comments

@zelal-dev
Copy link
Contributor

Component Name: Post Setting
Version: 1.0.0
Category: API
Type: Backend


Attributes

{
  "kind": "singleType",
  "collectionName": "post-setting",
  "info": {
    "singularName": "post-setting",
    "pluralName": "post-settings",
    "displayName": "Post Setting",
    "description": ""
  },
  "options": {
    "draftAndPublish": false
  },
  "pluginOptions": {
    "i18n": {
      "localized": true
    }
  },
  "attributes": {
    "title": {
      "pluginOptions": {
        "i18n": {
          "localized": true
        }
      },
      "type": "string"
    },
    "sidebar": {
      "pluginOptions": {
        "i18n": {
          "localized": true
        }
      },
      "type": "enumeration",
      "enum": ["Left Sidebar", "Right Sidebar", "Both Sidebar", "No Sidebar"]
    },
    "blocks": {
      "pluginOptions": {
        "i18n": {
          "localized": true
        }
      },
      "type": "dynamiczone",
      "components": ["shared.spacing"]
    },
    "leftSidebar": {
      "pluginOptions": {
        "i18n": {
          "localized": false
        }
      },
      "type": "dynamiczone",
      "components": ["shared.empty", "shared.spacing"]
    },
    "rightSidebar": {
      "pluginOptions": {
        "i18n": {
          "localized": true
        }
      },
      "type": "dynamiczone",
      "components": ["shared.spacing"]
    }
  }
}
@zelal-dev zelal-dev self-assigned this Dec 4, 2024
@zelal-dev zelal-dev added this to the 1.0.0 milestone Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant