The plugin.json template files that are used to scaffold plugins contain page includes that are restricted to only being accessible by Admin users.
What you expected to happen
To create an app plugin with routes that are accessible by all users by default.
Restricting routes should IMHO be something a plugin developer buys into rather than accidentally creating apps that only admins have access to. Note that due to the env vars used with the developer docker env this goes unnoticed:
Which package(s) does this bug affect?
Package versions
5.5.3
What happened?
The plugin.json template files that are used to scaffold plugins contain page includes that are restricted to only being accessible by Admin users.
What you expected to happen
To create an app plugin with routes that are accessible by all users by default.
Restricting routes should IMHO be something a plugin developer buys into rather than accidentally creating apps that only admins have access to. Note that due to the env vars used with the developer docker env this goes unnoticed:
How to reproduce it (as minimally and precisely as possible)
Environment
N/A
Additional context
This likely needs addressing in our plugin-examples repo too.