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

Add FieldBase class as base field type for ContentType fields #18

Closed
pournasserian opened this issue Oct 22, 2023 · 0 comments
Closed
Assignees
Milestone

Comments

@pournasserian
Copy link
Contributor

pournasserian commented Oct 22, 2023

ContentType class has some fields which is an array of fields.

FieldBase class is base class for field type of ContentType fields which is a base class for each field (Number, String, etc.)
Properties:

  • Name: The name of the field in API response
  • Label: Display name for documentation and UI
  • Description: Describe this field for documentation and the UI
  • Default: Default value for the field
  • Hidden: this field won't be shown API response if true.
@pournasserian pournasserian added the enhancement New feature or request label Oct 22, 2023
@pournasserian pournasserian added this to the MVP milestone Oct 22, 2023
@MostafaTech MostafaTech linked a pull request Oct 29, 2023 that will close this issue
ParsaGachkar added a commit that referenced this issue Oct 29, 2023
@babakhani babakhani moved this to Todo in FluentCMS Mar 6, 2024
@abdolian abdolian moved this from Todo to Pending in FluentCMS Mar 24, 2024
@pournasserian pournasserian moved this from Pending to Done in FluentCMS May 3, 2024
@pournasserian pournasserian removed the enhancement New feature or request label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants