Skip to content

Commit 9fc1ddb

Browse files
Merge pull request #32 from Daandelange/fix/sticky-type-warning
Fix type warning in the panel (on Kirby 3.8.3)
2 parents f039670 + b48588c commit 9fc1ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blueprints/tabs/page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
if (sizeof($sections) > 0) {
4545
$columns['meta_sidebar'] = [
46-
'sticky' => 'true',
46+
'sticky' => true,
4747
'width' => '1/3',
4848
'sections' => $sections,
4949
];

0 commit comments

Comments
 (0)