{% include "wagtailadmin/panels/object_list.html" %} {% load wagtail_opengraph_image_generator_tags wagtailimages_tags %} {% get_existing_og_image self.instance as og_img %} {% get_og_image_generator_setting 'CREATE_AUTOMATICALLY' as CREATE_AUTOMATICALLY %} {% if og_img %}

Current image

{% image og_img width-600 %}

{% endif %}

Preview & save new image

{% if CREATE_AUTOMATICALLY %}

Since you have WAGTAIL_OG_GENERATOR_CREATE_AUTOMATICALLY set to True, a new image will be created and saved automatically when you save this page.

{% endif %}

Please click the button to generate a preview of your OpenGraph image for this page.
Saving a new image will overwrite any existing image.

{% if not CREATE_AUTOMATICALLY %} {% endif %}