Consolidate settings normalization tests
This commit is contained in:
@@ -145,7 +145,7 @@ $componentPageConfig = [
|
||||
'components' => [
|
||||
'confirmActions' => [],
|
||||
'flashAutoDismiss' => [
|
||||
'selector' => '.notice[data-flash-timeout]',
|
||||
'selector' => '.app-toast-stack .notice[data-flash-timeout]',
|
||||
],
|
||||
'passwordHints' => [],
|
||||
'copyBadge' => [],
|
||||
@@ -329,7 +329,6 @@ $componentPageConfig['moduleRuntimeComponents'] = $moduleRuntimeComponents;
|
||||
<main>
|
||||
<?php require __DIR__ . '/partials/app-topbar.phtml'; ?>
|
||||
<div id="app-main-content" class="app-main-content" tabindex="-1">
|
||||
<?php require __DIR__ . '/partials/app-flash.phtml'; ?>
|
||||
<?php Buffer::get('html'); ?>
|
||||
</div>
|
||||
</main>
|
||||
@@ -360,6 +359,7 @@ $componentPageConfig['moduleRuntimeComponents'] = $moduleRuntimeComponents;
|
||||
<?php endforeach; ?>
|
||||
<script type="application/json" id="page-config-app-components"><?php gridJsonForJs($componentPageConfig); ?></script>
|
||||
<script type="module" src="<?php e(assetVersion('js/app-init.js')); ?>"></script>
|
||||
<?php require __DIR__ . '/partials/app-flash.phtml'; ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user