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
commit ffe0f2195764636fdfd25f73e8ac4d74ba1cb87e Author: David Bosschaert <[email protected]> AuthorDate: Wed Nov 7 15:13:30 2018 +0000 Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b075f8a..b1d4eb5 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,10 @@ As the component has no dependencies on any other component, the properties file * `apiregions.bundles.properties` - provides the location of the `bundles.properties` file. * `apiregions.features.properties` - provides the location of the `features.properties` file. * `apiregions.regions.properties` - provides the location of the `regions.properties` file. + +## Enabling / disabling this component +The component is enabled by setting the following framework property: + + org.apache.sling.feature.apiregions.regions=* + +If this framework property is not set the component will be disabled.
