Guest User

config.js

a guest
Jun 20th, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. module.exports = [
  2. {
  3.   "type": "section",
  4.   "items": [
  5.     {
  6.       "type": "heading",
  7.       "defaultValue": "50 Blessings Config"
  8.     },
  9.    {
  10.   "type": "radiogroup",
  11.   "messageKey": "layout_type",
  12.   "label": "Layout Type",
  13.   "defaultValue": "original"
  14.   "options": [
  15.     {
  16.       "label": "Original",
  17.       "value": "original"
  18.     },
  19.     {
  20.       "label": "Flipped",
  21.       "value": "flipped"
  22.     },
  23.     {
  24.       "label": "Centered",
  25.       "value": "centered"
  26.     }
  27.   ]
  28.  }
  29.    
  30. ]
  31. }
  32. {
  33.   "type": "submit",
  34.   "defaultValue": "Save"
  35. }
  36.  
  37.   ];
Add Comment
Please, Sign In to add comment