Conversation
|
hmmm… having this in the |
|
We include it for |
|
|
|
But why is it a problem for the Contao Manager in the first place? If |
|
And the Contao Manager can always alter the |
|
We can never know what plugins a user will install, e.g.
The Contao Manager does not alter the |
The Contao Manager for example updates the
But then we should add this default everywhere. Anyway, what other solution do you propose? |
I don't have any other solution 🤷 |
That could be a viable option. But then we can only update this repo once the feature is implemented in the Contao Manager. |
Regardless I would argue that
should all work the same and not require different arguments from one another. |
|
I'm not sure what the best solution is here. |
|
@sascha-mueller This is simply a consistency problem for installing the demo via composer🤔. I'd leave this issue open for now, it would ask you to add the mentioned allow-plugins anyways when installing via composer. |
|
Just as a headsup for anyone reading this, that's what I use because it's cumbersome to always allow the same plugins: Whoever uses the same won't have to deal with this and can safely work on the demo if they ever need to without updating the |
|
In connection with local installations via DDEV/Composer and the Contao demo I had to add the mentioned plugins (contao-components/installer & contao/manager-plugin) manually. Therefore, it would certainly be easier for many if this could be taken into account in the .json. I am not a developer, if there should be fundamental problems with this, at least the “detour” via the Contao Manager works (in a DDEV procedure). |
|
See #16 (comment)
@fritzmg I might leave this open till this is implemented in the manager :/ (but can't merge it as it is right now) |
The current
composer.jsonis still missing theallow-pluginssection of thecontao/managed-editioncausing prompts when installing viacomposer create-project.