We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
set_image_*()
There are three functions to update content images:
set_image_path(content, path)
set_image_url(content, url)
set_image_path()
set_image_webshot(content, ...)
webshot2
The first function should just become set_content_image(content, path) or something similar. The other two should become recipes in the cookbook.
set_content_image(content, path)
The tests for set_image_webshot() are very flaky, so they have been disabled in CI.
set_image_webshot()
The text was updated successfully, but these errors were encountered:
set_content_image()
set_image_*
toph-allen
Successfully merging a pull request may close this issue.
There are three functions to update content images:
set_image_path(content, path)
uploads a local image file to Connect for use as a content image;set_image_url(content, url)
downloads an image from a URL and callsset_image_path()
;set_image_webshot(content, ...)
useswebshot2
to take a screenshot of the content, and callsset_image_path()
with that resulting image.The first function should just become
set_content_image(content, path)
or something similar. The other two should become recipes in the cookbook.The tests for
set_image_webshot()
are very flaky, so they have been disabled in CI.The text was updated successfully, but these errors were encountered: