-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
<?php $flyoutContent = Block::placeholder('sidepanel-flyout') ?>
<div class="layout-row">
<div class="layout flyout-container"
<?php if ($flyoutContent): ?>
data-control="flyout"
data-flyout-width="400"
data-flyout-toggle="#layout-sidenav"
<?php endif ?>
>
<?php if ($flyoutContent): ?>
<div class="layout-cell flyout"> <?= $flyoutContent ?></div>
<?php endif ?>
</div>
</div>The above code is missing from layouts/default.php; as a result, the builder plugin does not function.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status