Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extending sections or using mixins in plugin sections doesn't work as expected #6809

Open
tobimori opened this issue Nov 22, 2024 · 0 comments

Comments

@tobimori
Copy link
Contributor

Description

This is what I tried:

index.php

App::plugin('tobimori/test', ['sections' => ['submissions' => ['extends' => 'pages']]];

Submissions.vue:

<script>
export default { extends: "k-pages-section" };
</script>

Result shows the empty pages section but clearly shows that no props are delivered (headline missing)
CleanShot 2024-11-22 at 16 12 52@2x

Let me know if you need anything else

Your setup

Kirby Version 4.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant