value = 'data-s9e-livepreview-onrender'; } /** * {@inheritdoc} */ protected function normalizeElement(DOMElement $element) { $value = $element->getAttribute('data-s9e-livepreview-postprocess'); $element->setAttribute('data-s9e-livepreview-onrender', $value); $element->removeAttribute('data-s9e-livepreview-postprocess'); } }