Skip to content

Instantly share code, notes, and snippets.

@amirkhan81
Created February 27, 2017 15:42
Show Gist options
  • Save amirkhan81/b390c0c7e6ed730740b84839c79966ae to your computer and use it in GitHub Desktop.
Save amirkhan81/b390c0c7e6ed730740b84839c79966ae to your computer and use it in GitHub Desktop.
[
{
"label": "Background Color",
"description": "Select the background color scheme you want for this row",
"key": "class1",
"applyTo": "row",
"view": "radiobuttonlist",
"prevalues": [
"none",
"light-gray",
"blue"
],
"modifier": "grid-row-scheme-{0}"
},
{
"label": "Row Padding",
"description": "Select the row padding you'd like. Default is none",
"key": "class2",
"view": "radiobuttonlist",
"prevalues": [
"none",
"small",
"medium",
"large"
],
"modifier": "grid-row-padding-{0}"
},
{
"label": "Column Padding",
"description": "Adds padding within the column to adjust the way text flows.",
"key": "class6",
"view": "radiobuttonlist",
"prevalues": [
"no",
"yes"
],
"modifier": "grid-column-padding-{0}"
},
{
"label": "Image Margin",
"description": "This will add some margin below images to match other lists",
"key": "class5",
"view": "radiobuttonlist",
"prevalues": [
"no",
"yes"
],
"modifier": "grid-row-image-margin-{0}"
},
{
"label": "Type Alignment",
"description": "Alight type. Default is Centered.",
"key": "class3",
"applyTo": "row",
"view": "radiobuttonlist",
"prevalues": [
"left",
"center",
"right"
],
"modifier": "grid-row-align-{0}"
},
{
"label": "Class String",
"description": "Set a css class",
"key": "class4",
"view": "textstring"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment