We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
API Name: Posts Version: 1.0.0 Category: API Type: Backend
Posts
1.0.0
API
Backend
{ "kind": "collectionType", "collectionName": "posts", "info": { "singularName": "post", "pluralName": "posts", "displayName": "Post", "description": "" }, "options": { "draftAndPublish": true }, "pluginOptions": {}, "attributes": { "title": { "type": "string" }, "slug": { "type": "uid" }, "featuredImage": { "type": "media", "multiple": false, "required": false, "allowedTypes": ["images", "files", "videos", "audios"] }, "gallery": { "type": "media", "multiple": true, "required": false, "allowedTypes": ["images", "files", "videos", "audios"] }, "excerpt": { "type": "text" }, "seo": { "type": "component", "repeatable": false, "component": "shared.seo" }, "description": { "type": "blocks", "required": true }, "user": { "type": "relation", "relation": "oneToOne", "target": "plugin::users-permissions.user" }, "short_description": { "type": "text", "required": true }, "post_categories": { "type": "relation", "relation": "manyToMany", "target": "plugin::padma-backend.category", "mappedBy": "posts" } } }
The text was updated successfully, but these errors were encountered:
zelal-dev
No branches or pull requests
API Name:
Posts
Version:
1.0.0
Category:
API
Type:
Backend
Attributes
The text was updated successfully, but these errors were encountered: