Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. [
  2. {
  3. "label": "Background Color",
  4. "description": "Select the background color scheme you want for this row",
  5. "key": "class1",
  6. "applyTo": "row",
  7. "view": "radiobuttonlist",
  8. "prevalues": [
  9. "none",
  10. "light-gray",
  11. "blue"
  12. ],
  13. "modifier": "grid-row-scheme-{0}"
  14. },
  15. {
  16. "label": "Row Padding",
  17. "description": "Select the row padding you'd like. Default is none",
  18. "key": "class2",
  19. "view": "radiobuttonlist",
  20. "prevalues": [
  21. "none",
  22. "small",
  23. "medium",
  24. "large"
  25. ],
  26. "modifier": "grid-row-padding-{0}"
  27. },
  28. {
  29. "label": "Column Padding",
  30. "description": "Adds padding within the column to adjust the way text flows.",
  31. "key": "class6",
  32. "view": "radiobuttonlist",
  33. "prevalues": [
  34. "no",
  35. "yes"
  36. ],
  37. "modifier": "grid-column-padding-{0}"
  38. },
  39. {
  40. "label": "Image Margin",
  41. "description": "This will add some margin below images to match other lists",
  42. "key": "class5",
  43. "view": "radiobuttonlist",
  44. "prevalues": [
  45. "no",
  46. "yes"
  47. ],
  48. "modifier": "grid-row-image-margin-{0}"
  49. },
  50. {
  51. "label": "Type Alignment",
  52. "description": "Alight type. Default is Centered.",
  53. "key": "class3",
  54. "applyTo": "row",
  55. "view": "radiobuttonlist",
  56. "prevalues": [
  57. "left",
  58. "center",
  59. "right"
  60. ],
  61. "modifier": "grid-row-align-{0}"
  62. },
  63. {
  64. "label": "Class String",
  65. "description": "Set a css class",
  66. "key": "class4",
  67. "view": "textstring"
  68. }
  69. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement