The stack.json file, located in the /stack/<stack-type> directory, defines meta-data for a stack. An example of a stack.json file is provided below:

{
  "availableToAllPages": true,
  "configurable":false,
  "configuration": {},
  "name": "Accordian Container",
  "regions": [
    {
      "name": "Accordian 1",
      "width": 12
    },
    {
      "name": "Accordian 2",
      "width": 12
    }
  ],
  "stackType": "accordianContainer",
  "styleSettings": {},
  "version": 1
}

The following list describes all the properties that you might choose to include in a stack.json file.


Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices