-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: Add authoring feature for Community Stories #164
feat: Add authoring feature for Community Stories #164
Conversation
Begin adding editor sidebar for stories.
…op-toolkit/pcc-framework into add/community-voices
There are some changes from other commits in the history. These changes need to be verified. Also package-lock.json was modified and probably shouldn't. I can revert it, but awaiting feedback first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works great for me. The one change I'd recommend is adding a link below the Storyteller dropdown to add a new storyteller(/wp-admin/post-new.php?post_type=pcc-person
) in case there isn't a "Person" for the storyteller.
Description
Adds a
pcc-story
post type to the Admin interface and allows the authoring of content to be featured the Community Voices > Stories section of the front-end site.To Test
pcc-framework plugin
with the changes from this pull request.Expected behaviour
The Story content should save and be listed under "All stories".
Known issues
Currently there is no input validation. See #162 .