-
Notifications
You must be signed in to change notification settings - Fork 28
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
[FEATURE] System configuration from modules #203
Conversation
c8abaa0
to
f4a8235
Compare
@@ -137,6 +137,24 @@ the `extra` section of the module's `composer.json` like this: | |||
} | |||
```` | |||
|
|||
You can also provide system configuration for your module: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This example may be confusing because it relates to the core phpList 4 module, rather than an optional or third part module (even though they are technically managed in the same way). Maybe an example of a hypothetical third party module would be better to make it appear more immediately relevant? Or configuration of the optional REST API module.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@samtuke I've moved the section that explains that the key always needs to be phplist/phplist4-core
. Does this help?
1eb4e00
to
785e89b
Compare
After either this PR or #205 has been merged, I'll need update the rest-api and base-distribution packages before the other PR can be merged. Otherwise, we'll have at least the rest-api in a state where we would need to change two separate things in one PR (which I generally try to avoid) to get the build green again. |
This is blocked until the rest-api PR is merged. |
a317b61
to
8337467
Compare
This change is a prerequisite for switching the rest/api module to the FOSRestBundle bundle.
8337467
to
ea177c0
Compare
The rest-api changes are merged. Merging this one. |
This change is a prerequisite for switching the rest/api module to the
FOSRestBundle bundle.