-
Notifications
You must be signed in to change notification settings - Fork 35
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
Create a library of media and only allow that to be used in patterns #37
Comments
This is the list of approved sites for stock photos from the theme review guidelines. I was thinking about integrating a stock photo site & disallowing uploads, but that wouldn't help the hypothetical person who designs a custom background or header image for the pattern. |
I think we need to restrict uploads and provide a collection of worry-free assets (images, videos, audio, files) in the media library. We can highlight this in the welcome guide and in media block placeholders: A good next step would be to integrate some sort of search with a worry-free stock provider, like the approved list you linked to. |
Just chiming in that Openverse seems like a natural fit well-suited for this task! The only caveat there is that we support all Creative Commons licenses, even those that require attribution. Users would need to be sure to include these attributions (which we make easy with a 1-click copy/paste attribution tool) or use CC0 images exclusively. We have some dramatic improvements to search result quality coming live in the following week, particularly as related to stock photography search terms (nature, flowers, wallpapers, background, love, and so on) but that affect all searches. I'll send out a ping here when those are live. Additionally, we currently only support images, but will be launching audio by the end of the year, with plans for video and 3d models next year. |
@zackkrida The long-term plan has been to use Openverse, so that's great to hear. Is there an integration in gutenberg that we can use?
Would it be possible to restrict the results to just the CC0 assets? There won't be any validation to check that pattern authors are correctly attributing things, so it would be easier for moderation if we can stick with just CC0. |
@ryelle No Gutenberg integration yet. Results could however definitely be limited to and through Openverse's public API: There's some prior art on using Openverse (back when it was CC Search) as part of the Jetpack "External Media Library" feature (the code was written but it was never implemented) so that could be a fast track to integration, otherwise I think what exactly Openverse will look like within core is a very open question. |
We have #23 for the idea of setting up asset placeholders (cover block, images, etc) where the end user would add in their own image, but it's also likely that pattern authors will want to add their own assets as part of the pattern (a cover block with a highly designed background image).
Checking for inappropriate material & licensing will be tracked in #22, but could also be part of the upload step here
The text was updated successfully, but these errors were encountered: