{% include "wagtailadmin/edit_handlers/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 %}
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.
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 %}