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 WeekdayEnum Type #678

Open
jasonbahl opened this issue Jan 30, 2019 · 4 comments
Open

Add WeekdayEnum Type #678

jasonbahl opened this issue Jan 30, 2019 · 4 comments
Assignees
Labels
Component: Input ObjectType: Settings Status: Discussion Requires a discussion to proceed Type: Enhancement New feature or request

Comments

@jasonbahl
Copy link
Collaborator

In the WordPress General Settings there is a setting that allows users to set the Day of week.

Adding a WeekdayEnum Type will provide static validation on the input and querying of said data.

Type WeekdayEnum {
  SUNDAY
  MONDAY
  TUESDAY
  WEDNESDAY
  THURSDAY
  FRIDAY
  SATURDAY
}
@stale
Copy link

stale bot commented Aug 3, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Aug 3, 2022
@stale
Copy link

stale bot commented Sep 2, 2022

This issue has been automatically closed because it has not had recent activity. If you believe this issue is still valid, please open a new issue and mark this as a related issue.

@stale stale bot closed this as completed Sep 2, 2022
@justlevine justlevine reopened this Sep 2, 2022
@stale stale bot removed the stale label Sep 2, 2022
@stale
Copy link

stale bot commented Dec 1, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale? May need to be revalidated due to prolonged inactivity label Dec 1, 2022
@stale
Copy link

stale bot commented Mar 1, 2023

This issue has been automatically closed because it has not had recent activity. If you believe this issue is still valid, please open a new issue and mark this as a related issue.

@stale stale bot closed this as completed Mar 1, 2023
@justlevine justlevine reopened this Mar 1, 2023
@justlevine justlevine removed the Stale? May need to be revalidated due to prolonged inactivity label Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Input ObjectType: Settings Status: Discussion Requires a discussion to proceed Type: Enhancement New feature or request
Projects
Status: 🗺 Planned
Development

No branches or pull requests

3 participants