Kaynağa Gözat

Use w-preview-iframe id to avoid custom axe config

Sage Abdullah 1 ay önce
ebeveyn
işleme
6cf0376641

+ 1 - 1
bakerydemo/templates/wagtail_headless_preview/preview.html

@@ -10,7 +10,7 @@
         </style>
     </head>
     <body>
-        <iframe id="preview-iframe" title="Headless preview" src="{{ preview_url }}" width="100%" height="100%" style="border: none;"></iframe>
+        <iframe id="w-preview-iframe" title="Headless preview" src="{{ preview_url }}" width="100%" height="100%" style="border: none;"></iframe>
         {% comment %}
             Include the wagtail userbar so we can run Axe in the intermediate
             iframe, but hide it so it's invisible.