From ab86c9c6c2ececd13abcc9a1aaf8fb503550a500 Mon Sep 17 00:00:00 2001 From: JoshyPHP Date: Thu, 12 Sep 2019 22:30:19 +0200 Subject: [PATCH] Updated doc [ci skip] --- docs/JavaScript/Live_preview_attributes.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/JavaScript/Live_preview_attributes.md b/docs/JavaScript/Live_preview_attributes.md index b6083e36a0..eafa889444 100644 --- a/docs/JavaScript/Live_preview_attributes.md +++ b/docs/JavaScript/Live_preview_attributes.md @@ -8,8 +8,10 @@ The content of a `data-s9e-livepreview-onrender` attribute is executed after the ### data-s9e-livepreview-ignore-attrs -Contains a space-separated list of attributes whose content should not be replaced or removed in the live preview. Used in some MediaEmbed sites whose height is set dynamically. +Contains a space-separated list of attributes whose content should not be replaced or removed in the live preview. Can be used to preserve the state of an interactive element such as `detail` during preview. ```html -This color will not change. +
+This will not automatically reopen if closed during preview. +
``` \ No newline at end of file