{
    "name"       : "cssgrids",
    "displayName": "CSS Grids",
    "description": "CSS Grids provides support for any size page layouts.",
    "author"     : "msweeney",

    "tags": ["css", "grids", "beta"],
    "use" : ["cssgrids"],

    "hideAPILink": true,

    "examples": [
        {
            "newWindow"  : "true",
            "name"       : "cssgrids-units",
            "displayName": "Using Grid Units",
            "description": "Each unit has a className that provides its percentage width.",
            "modules"    : ["cssgrids"],
            "tags"       : ["cssgrids"],

            "hideTableOfContents": true
        },
        {
            "newWindow"  : "true",
            "name"       : "cssgrids-fixed",
            "displayName": "Fixed Page Template",
            "description": 	"This is a template for creating fixed-width layouts.",
            "modules"    : ["cssgrids"],
            "tags"       : ["cssgrids"],

            "hideTableOfContents": true
        },

        {
            "newWindow"  : "true",
            "name"       : "cssgrids-fluid",
            "displayName": "Fluid Page Template",
            "description": 	"This is a template for creating fluid layouts.",
            "modules"    : ["cssgrids"],
            "tags"       : ["cssgrids"],

            "hideTableOfContents": true
        },

        {
            "newWindow"  : "true",
            "name"       : "cssgrids-align",
            "displayName": "Aligning Grid Units",
            "description": "Basic CSS properties are leveraged to horizontally and vertically align units.",
            "modules"    : ["cssgrids"],
            "tags"       : ["cssgrids"],

            "hideTableOfContents": true
        },

        {
            "newWindow"  : "true",
            "name"       : "cssgrids-magazine",
            "displayName": "Responsive Newspaper Layout",
            "description": "A responsive layout that looks like a newspaper",
            "modules"    : ["cssgrids"],
            "tags"       : ["cssgrids"],

            "hideTableOfContents": true
        }

    ],

    "pages": {
        "cssgrids-units-example": {
            "name"       : "cssgrids-units",
            "displayName": "CSS Grids Units Example",
            "layout"     : "cssgrids-units-example"
        },

        "cssgrids-fixed-example": {
            "name"       : "cssgrids-fixed",
            "displayName": "Fixed Width Page Layout",
            "layout"     : "cssgrids-fixed-example"
        },

        "cssgrids-fluid-example": {
            "name"       : "cssgrids-fluid",
            "displayName": "Fluid Width Page Layout",
            "layout"     : "cssgrids-fluid-example"
        },

        "cssgrids-align-example": {
            "name"       : "cssgrids-align",
            "displayName": "CSS Grids Alignment Example",
            "layout"     : "cssgrids-align-example"
        },
        "cssgrids-magazine-example": {
            "name"       : "cssgrids-magazine",
            "displayName": "CSS Grids Responsive Magazine Example",
            "layout"     : "cssgrids-magazine-example"
        }
    }
}
