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

Basic media post type support #651

Merged
merged 5 commits into from
Aug 6, 2023
Merged

Conversation

paulrobertlloyd
Copy link
Collaborator

@paulrobertlloyd paulrobertlloyd commented Aug 6, 2023

Partially addresses #538, #539 and #540.

Adds very basic and rudimentary support for creating and editing audio, photo and video posts.

Create

To add a media post, you can first upload a file using the Files interface. That will give you a URL that you can then paste into the URL field for the given media post type. The photo post type form also asks for an accessible description, which is required:

Screenshot of form for creating a new photo post.

Update

You can now update a media post in so much as existing values can be edited (useful for updating alt text on a published photo):

Screenshot of form for editing a photo post.

With these additions, audio, photo and video post types are now marked as supported, and will show up on the dashboard and new post creation pages.

Subsequent updates will enable adding multiple media items, and adding/removing when updating.

@paulrobertlloyd paulrobertlloyd added this to the v1.0 milestone Aug 6, 2023
@paulrobertlloyd paulrobertlloyd force-pushed the basic-media-post-type-support branch from f1fa425 to bd1385a Compare August 6, 2023 00:07
@paulrobertlloyd paulrobertlloyd merged commit 2d5f7e0 into main Aug 6, 2023
@paulrobertlloyd paulrobertlloyd deleted the basic-media-post-type-support branch August 6, 2023 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant