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

[Panel] Plugin page blueprint not in template list #1630

Closed
mauricerenck opened this issue Apr 1, 2019 · 1 comment
Closed

[Panel] Plugin page blueprint not in template list #1630

mauricerenck opened this issue Apr 1, 2019 · 1 comment
Labels
type: bug 🐛 Is a bug; fixes a bug
Milestone

Comments

@mauricerenck
Copy link

When registering a page blueprint within a plugin like so:

'blueprints' => [
            'pages/podcasterfeed' => __DIR__ . '/blueprints/pages/podcasterfeed.yml'
    ]

It does not appear in the list of available templates when creating a new page in then panel.

You can create a page using the for example the terminal and then be able to open it in the panel to edit it.

To Reproduce

  1. Install https://github.com/mauricerenck/kirby-podcaster
  2. Log into panel
  3. Create a new page
  4. There should be a Podcaster template, but there isn't

Expected behavior
Registering a page blueprint in a plugin should result in displaying it in the list of available templates in the panel when no limitation to the available templates is set.

Kirby Version
3.1.1

** See also**
https://forum.getkirby.com/t/plugin-defined-in-blueprint-not-available/

@distantnative distantnative added the type: bug 🐛 Is a bug; fixes a bug label Apr 1, 2019
@distantnative distantnative added this to the 3.1.3 milestone Apr 1, 2019
@bastianallgeier
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 Is a bug; fixes a bug
Projects
None yet
Development

No branches or pull requests

3 participants