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 RSSExcerptTypeEnum Type #680

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

Add RSSExcerptTypeEnum Type #680

jasonbahl opened this issue Jan 31, 2019 · 4 comments
Labels
Component: Input ObjectType: Settings Stale? May need to be revalidated due to prolonged inactivity Status: Discussion Requires a discussion to proceed Type: Enhancement New feature or request

Comments

@jasonbahl
Copy link
Collaborator

On the Reading Settings page in the WP-Admin there's an option to set the type of excerpt to show in RSS Feeds (Full Text or Summary).

We should validate this on queries and mutations so an Enum makes sense.

enum {
FULL_TEXT
SUMMARY
}

where the underlying values stored in the Database are 1 and 0 🤷‍♂️

@CodeProKid CodeProKid added the Type: Enhancement New feature or request label Feb 26, 2019
@jasonbahl jasonbahl added this to To Prioritize in 4: Actionable Issues Aug 7, 2019
@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Input ObjectType: Settings Stale? May need to be revalidated due to prolonged inactivity Status: Discussion Requires a discussion to proceed Type: Enhancement New feature or request
Projects
Status: 🗺 Planned
Development

No branches or pull requests

3 participants