Plugin does not support the sidepanel-flyout from the core
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 68/100
Research direction
Start in layouts/default.php and inspect the surrounding layout markup where the sidepanel-flyout should be rendered. Restore the missing sidepanel-flyout structure shown in the issue, then verify that the builder plugin displays and toggles the flyout correctly.
Written by the indexing model from the issue text.
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.
- Dominant language
- PHP
- Stars
- 20
- Forks
- 10
- Avg merge
- 3h 16m
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from wintercms/wn-tailwindui-plugin
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
wintercms/wn-tailwindui-plugin#56 · 2 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
wintercms/wn-tailwindui-plugin#50 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 38/100
-
Difficulty 3/5 1-2 days Newbie friendliness 38/100
wintercms/wn-tailwindui-plugin#45 · 11 comments ·
-
good first issue help wanted Type: Bug
Difficulty 3/5 1-2 days Newbie friendliness 35/100
wintercms/wn-tailwindui-plugin#42 · 8 comments ·
All issues in wintercms/wn-tailwindui-plugin
Similar issues
-
priority: p3
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
googleapis/librarian#7636 ·
-
0. Needs triage bug
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
nextcloud/fulltextsearch#1011 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
phpstan/phpstan-doctrine#794 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
Automattic/static-site-importer#1767 ·