Skip to content

Commit 6d7b2e0

Browse files
author
Sebastian Thulin
committed
fix: re add preview of e-pages
1 parent c8c3e60 commit 6d7b2e0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

library/Customizer/Sections/Component/FooterSubTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ private function getFieldBySettings(array $fields, string $settings): array
4545

4646
$this->fail(sprintf('Expected field with settings "%s" to be registered.', $settings));
4747
}
48-
}
48+
}

vite.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ const entries = {
9696
"js/widgets-area-hider": "./assets/source/js/admin/widgetsAreaHider.js",
9797
"js/customizer-error-handling":
9898
"./assets/source/js/admin/customizerErrorHandling.ts",
99+
"js/customizer-preview": "./assets/source/js/admin/customizerPreview.js",
99100
"js/customizer-uploaded-font-labels":
100101
"./assets/source/js/admin/customizerUploadedFontLabels.ts",
101102
"js/customizer-controls": "./library/Customizer/Controls/index.ts",

0 commit comments

Comments
 (0)