{
  "partials": {
    "content": "./content.html.mustache",
    "styles": "./styles.css.mustache"
  },
  "parameters": [
    {
      "name": "title",
      "type": "text",
      "demoValue": "A picture is worth a thousand words"
    },
    {
      "label": "Main image",
      "name": "mainImageUrl",
      "type": "imageUrl",
      "demoValue": "https://resoc.io/assets/img/demo/photos/pexels-photo-2347483.jpeg"
    },
    {
      "name": "textColor",
      "type": "color",
      "demoValue": "#ffffff"
    },
    {
      "name": "backgroundColor",
      "type": "color",
      "demoValue": "#003bff"
    },
    {
      "label": "Logo image",
      "name": "logoUrl",
      "type": "imageUrl",
      "demoValue": "https://resoc.io/assets/img/demo/logos/resoc.png"
    },
    {
      "name": "textDirection",
      "type": "choice",
      "values": [
        { "value": "ltr", "label": "Left to right" },
        { "value": "rtl", "label": "Right to left" }
      ],
      "demoValue": "ltr"
    }
  ]
}
