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

Flextype Core: issue with system fields data types in the Entries API #383

Closed
Awilum opened this issue Feb 26, 2020 · 1 comment
Closed

Comments

@Awilum
Copy link
Member

Awilum commented Feb 26, 2020

We need to specify data types for system fields in the Entries API.

slug field should be string
routable field should be boolean
visibility field should be string one of (visible, draft, hidden)
created_at field should be unix timestamp
published_at field should be unix timestamp
modified_at field should be unix timestamp

@Awilum Awilum added this to the 0.9.7 milestone Feb 26, 2020
@Awilum Awilum self-assigned this Feb 26, 2020
Awilum added a commit that referenced this issue Feb 26, 2020
…383

slug field should be string
routable field should be boolean
visibility field should be string one of (visible, draft, hidden)
created_at field should be int unix timestamp
published_at field should be int unix timestamp
modified_at field should be int unix timestamp
Awilum added a commit that referenced this issue Feb 26, 2020
…383

slug field should be string
routable field should be boolean
visibility field should be string one of (visible, draft, hidden)
created_at field should be int unix timestamp
published_at field should be int unix timestamp
modified_at field should be int unix timestamp
Awilum added a commit that referenced this issue Feb 27, 2020
@Awilum
Copy link
Member Author

Awilum commented Mar 2, 2020

fixed

@Awilum Awilum closed this as completed Mar 2, 2020
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