{
  "id":"org.apache.sling:org.apache.sling.cms.feature:slingosgifeature:composite-seed:1.1.8",
  "title":"Apache Sling - CMS Feature Model",
  "description":"An Apache Sling Reference CMS Application",
  "vendor":"The Apache Software Foundation",
  "license":"Apache License, Version 2.0",
  "variables":{
    "sling.home":null
  },
  "configurations":  {
    "org.apache.jackrabbit.oak.segment.SegmentNodeStoreService":    {
      "name":"Default NodeStore"
    },
    "org.apache.jackrabbit.oak.segment.SegmentNodeStoreService~global":    {
      "name":"Default NodeStore",
      "repository.home":"${sling.home}/composite/repository-libs"
    },
    "org.apache.jackrabbit.oak.composite.CrossMountReferenceValidatorProvider":    {
      "failOnDetection":true
    },
    "org.apache.jackrabbit.oak.composite.MountInfoProviderService":    {
      "mountName":"libs",
      "readOnlyMount":false,
      "pathsSupportingFragments":[
      ],
      "mountedPaths":[
        "/apps",
        "/libs",
        "/static"
      ]
    },
    "org.apache.sling.jcr.contentloader.internal.BundleContentLoaderListener":    {
      "includedTargets":[
        "^/apps/.*$",
        "^/libs/.*$",
        "^/oak:index/.*$",
        "^/static/.*$"
      ]
    }
  }
}