Skip to content
Snippets Groups Projects
Commit 66ca2945 authored by Roderik Muit's avatar Roderik Muit Committed by Wolfgang Ziegler
Browse files

Issue #3474707 by roderik: Remove special handling of view-mode from CustomElementsNormalizer

parent cfb1b2a7
Branches
Tags
1 merge request!94Do not unset 'view-mode' attribute while normalizing.
Pipeline #286857 passed with warnings
......@@ -61,7 +61,6 @@ class CustomElementNormalizer implements NormalizerInterface {
$result['element'] = $result['is'];
unset($result['is']);
}
unset($result['view-mode']);
// Collect cache metadata. Since the cache metadata object is passed down
// to slots, custom elements of slots will add their metadata as well.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment