{
  "theme_name": "wp-rig",
  "settings_id": "wp-rig_theme",
  "sections": [
    {
      "id": "global",
      "title": "Content",
      "priority": 30
    },
    {
      "id": "standard_layout",
      "title": "Standard Layout",
      "description": "You can select the layout for each post type in the <strong>Content</strong> section.",
      "priority": 30
    },
    {
      "id": "grid_layout",
      "title": "Grid Layout",
      "description": "You can select the layout for each post type in the <strong>Content</strong> section.",
      "priority": 30
    },
    {
      "id": "typography",
      "title": "Typography",
      "priority": 40
    },
    {
      "id": "footer",
      "title": "Footer",
      "priority": 50
    }
  ],
  "settings": [
    {
      "id": "show_author",
      "label": "Show author",
      "section": "global",
      "type": "checkbox",
      "default": true,
      "refresh": true
    },{
      "id": "post_layout",
      "label": "Post Layout",
      "section": "global",
      "type": "select",
      "choices": {
        "standard": "Standard",
        "grid": "Grid"
      },
      "default": "standard",
      "refresh": true
    },{
      "id": "justify_post_text",
      "label": "Justify post text",
      "section": "global",
      "type": "checkbox",
      "default": false,
      "refresh": true
    },{
      "id": "show_article_separator",
      "label": "Show article separator",
      "section": "standard_layout",
      "type": "checkbox",
      "default": true,
      "refresh": true
    },{
      "id": "show_read_more",
      "label": "Show \"Read more\" Link",
      "section": "standard_layout",
      "type": "checkbox",
      "default": true,
      "refresh": true
    },{
      "id": "show_grid_read_more",
      "label": "Show \"Read more\" Label (requires a featured image)",
      "section": "grid_layout",
      "type": "checkbox",
      "default": true,
      "refresh": true
    },{
      "id": "show_summary",
      "label": "Show post summary",
      "section": "grid_layout",
      "type": "checkbox",
      "default": true,
      "refresh": true
    },{
      "id": "show_meta",
      "label": "Show entry meta",
      "section": "grid_layout",
      "type": "checkbox",
      "default": false,
      "refresh": true
    },{
      "id": "card_meta_align",
      "label": "Entry meta alignment",
      "section": "grid_layout",
      "type": "select",
      "choices": {
        "": "Center",
        "alignleft": "Left",
        "alignright": "Right"
      },
      "default": "",
      "refresh": true
    },{
      "id": "color-theme-primary",
      "label": "Primary Theme Color",
      "section": "colors",
      "type": "color",
      "default": "#28b7ff",
      "refresh": true
    },{
      "id": "color-theme-secondary",
      "label": "Secondary Theme Color",
      "section": "colors",
      "type": "color",
      "default": "#007fff",
      "refresh": true
    },{
      "id": "color-link",
      "label": "Link Color",
      "section": "colors",
      "type": "color",
      "default": "#28b7ff",
      "refresh": true
    },{
      "id": "color-link-active",
      "label": "Active Link Color",
      "section": "colors",
      "type": "color",
      "default": "#007fff",
      "refresh": true
    },{
      "id": "global-font-size",
      "label": "Global Font Size",
      "section": "typography",
      "type": "number",
      "default": "16",
      "description": "All text sizes will adjust proportionally to this. Default value is 16.",
      "refresh": true
    },{
      "id": "font-size-small",
      "label": "Small Font Size",
      "section": "typography",
      "type": "number",
      "default": "13",
      "description": "Default value is 13.",
      "refresh": true
    },{
      "id": "font-size-regular",
      "label": "Regular Font Size",
      "section": "typography",
      "type": "number",
      "default": "16",
      "description": "Default value is 16.",
      "refresh": true
    },{
      "id": "font-size-large",
      "label": "Large Font Size",
      "section": "typography",
      "type": "number",
      "default": "24",
      "description": "Default value is 24.",
      "refresh": true
    },{
      "id": "font-size-larger",
      "label": "Larger Font Size",
      "section": "typography",
      "type": "number",
      "default": "32",
      "description": "Default value is 32.",
      "refresh": true
    },{
      "id": "footer_hero",
      "label": "Footer Hero",
      "section": "footer",
      "type": "radio",
      "choices": {
        "home": "Homepage only",
        "all": "All pages",
        "disabled": "Disabled"
      },
      "default": "home",
      "refresh": true
    },{
      "id": "site_info",
      "label": "Site Info",
      "section": "footer",
      "type": "text",
      "default": "&copy; %year% <a href=\"%url%\">%name%</a>. Design by <a href=\"https://www.meanthemes.com\" target=\"_blank\">MeanThemes</a>.",
      "description": "%year%, %name%, and %url% are available.",
      "refresh": false
    }
  ]
}
