This is an automated email from the ASF dual-hosted git repository.
davidb pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-apiregions.git
The following commit(s) were added to refs/heads/master by this push:
new 8c14a44 Additional documentation
8c14a44 is described below
commit 8c14a44b00198465133592bc1f62bb5b10670ac6
Author: David Bosschaert <[email protected]>
AuthorDate: Wed Jan 29 19:42:15 2020 +0000
Additional documentation
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index d4de546..a60f0a6 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,13 @@ The component is enabled by setting the following framework
property:
If this framework property is not set the component will be disabled.
+## Additional Configuration
+
+The following framework properties are also recognised:
+
+* `sling.feature.apiregions.default` - a comma-separated list of region names.
Each bundle installed will be added to these regions, regardless of whether
it's installed in a feature or not.
+* `sling.feature.apiregions.joinglobal` - a comma-separated list of region
names. All packages exported by these regions are added to the `global` region.
+
### Runtime Configuration
If this component runs in a framework with Configuration Admin present, and it
is set to be enabled using the framework property, it can be disabled at runtime
through Configuration Admin configuration.