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
Rename the date fields in a way that will be more consistent and make them more reusable.
Here are the suggested changes:
field_date
field_date_event
field_newsletter_date
Future date fields could then be:
field_date_time
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Rename the date fields in a way that will be more consistent and make them more reusable.
Here are the suggested changes:
field_date
(used in the “Event” content type) tofield_date_event
field_newsletter_date
(used in the “Newsletter Issues” taxonomy) tofield_date
Future date fields could then be:
field_date
- just a date (month, day, and year)field_date_time
- a date and a timefield_date_event
- start and end dates and times with additional event options such as “all day”The text was updated successfully, but these errors were encountered: