[
  {
    "key": "cell_title_font_name_android",
    "label": "Cell_Title_Font_Name",
    "initial_value": "Montserrat-Bold",
    "type": "android_font_selector",
    "placeholder": "Select Font"
  },
  {
    "key": "cell_title_font_name_ios",
    "label": "Cell_Title_Font_Name",
    "initial_value": "Montserrat-Bold",
    "type": "tvos_font_selector",
    "placeholder": "Select Font"
  },
  {
    "key": "cell_time_font_name_android",
    "label": "Cell_Time_Font_Name",
    "initial_value": "Montserrat-Regular",
    "type": "android_font_selector",
    "placeholder": "Select Font"
  },
  {
    "key": "cell_time_font_name_ios",
    "label": "Cell_Time_Font_Name",
    "initial_value": "Montserrat-Regular",
    "type": "tvos_font_selector",
    "placeholder": "Select Font"
  },
  {
    "key": "progress_bar_active_color",
    "label": "Active_Progress_Bar_Color",
    "type": "color_picker_rgba",
    "initial_value": "rgba(255, 255, 255, 1)",
    "placeholder": "Pick Color"
  },
  {
    "key": "progress_bar_active_background_color",
    "label": "Active_Progress_Bar_Background_Color",
    "type": "color_picker_rgba",
    "initial_value": "rgba(255, 117, 145, 1)",
    "placeholder": "Pick Color"
  },
  {
    "key": "progress_bar_default_color",
    "label": "Default_Progress_Bar_Color",
    "type": "color_picker_rgba",
    "initial_value": "rgba(255, 255, 255, 0.5)",
    "placeholder": "Pick Color"
  },
  {
    "key": "progress_bar_default_background_color",
    "label": "Default_Progress_Bar_Background_Color",
    "type": "color_picker_rgba",
    "initial_value": "rgba(99, 99, 99, 1)",
    "placeholder": "Pick Color"
  },
  {
    "key": "cell_active_background_color",
    "label": "Active_Cell_Background_Color",
    "type": "color_picker_rgba",
    "initial_value": "rgba(255, 60, 100, 1)",
    "placeholder": "Pick Color"
  },
  {
    "key": "cell_default_background_color",
    "label": "Default_Cell_Background_Color",
    "type": "color_picker_rgba",
    "initial_value": "rgba(47, 47, 47, 1)",
    "placeholder": "Pick Color"
  },
  {
    "key": "cell_text_color",
    "label": "Cell_Text_Color",
    "type": "color_picker_rgba",
    "initial_value": "rgba(255, 255, 255, 1)",
    "placeholder": "Pick Color"
  },
  {
    "key": "cell_text_font_size",
    "label": "Cell_Text_Font_Size",
    "type": "number_input",
    "placeholder": "Enter Font Size",
    "initial_value": "20"
  }
]
