{
  "name": {
    "type": "Input",
    "value": "New Blog Comments "
  },
  "status": {
    "type": "Status"
  },
  "schedule": {
    "type": "Range",
    "php": true
  },
  "title": {
    "type": "InputLang",
    "php": true
  },
  "moduleTitle": {
    "type": "Variable",
    "variable": "title",
    "selector_prefix": ".module-blog_comments-%s .module-title"
  },
  "grayscale": {
    "type": "Radio",
    "value": "",
    "rules": {
      "none": {
        ".module-blog_comments-%s img": "filter: grayscale(0)"
      },
      "always": {
        ".module-blog_comments-%s img": "filter: grayscale(1)"
      },
      "hover": {
        ".module-blog_comments-%s img": "filter: grayscale(1)",
        ".module-blog_comments-%s .module-item:hover img": "filter: grayscale(0)"
      }
    }
  },
  "ImagePosition": {
    "type": "Radio",
    "value": "before",
    "rules": {
      "before": {
        ".module-blog_comments-%s .side-image": "order:0"
      },
      "after": {
        ".module-blog_comments-%s .side-image": "order:2;"
      }
    }
  },
  "imageSize": {
    "type": "Input",
    "value": "50",
    "php": true
  },
  "imageBorder": {
    "type": "Border",
    "selector": ".module-blog_comments-%s img"
  },
  "imageMargin2": {
    "type": "Margin",
    "selector": ".module-blog_comments-%s img",
    "value": {
      "margin-inline-end":"7"
    }
  },
  "imageBorderRadius": {
    "type": "BorderRadius",
    "selector": ".module-blog_comments-%s img"
  },
  "commentPadding": {
    "type": "Padding",
    "selector": ".module-blog_comments-%s .module-item"
  },
  "commentBackground": {
    "type": "Background",
    "selector": ".module-blog_comments-%s .module-item"
  },
  "authorFont": {
    "type": "Font",
    "selector": ".module-blog_comments-%s .side-subtitle"
  },
  "commentFont": {
    "type": "Font",
    "selector": ".module-blog_comments-%s .side-title"
  },
  "commentFontHover": {
    "type": "Font",
    "selector": ".module-blog_comments-%s .side-title:hover"
  },
  "commentDivider": {
    "type": "Divider",
    "selector": ".module-blog_comments-%s .module-body > div + div"
  },
  "spacing": {
    "type": "InputNumber",
    "value": "10",
    "rules":{
      "@":{
        ".module-blog_comments-%s .module-item": "margin-bottom:%spx"
      }
    }
  },
  "titleTruncate": {
    "type": "Toggle",
    "value": "false",
    "rules": {
      "true": {
        ".module-blog_comments-%s .side-details": "white-space: nowrap; overflow: hidden; text-overflow: ellipsis;",
        ".module-blog_comments-%s .side-title": "white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display:block;",
        ".module-blog_comments-%s .side-subtitle span": "white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display:block;"
      },
      "false": {
        ".module-blog_comments-%s .side-details": "white-space: normal; overflow: initial; text-overflow: initial;",
        ".module-blog_comments-%s .side-title": "white-space: normal; overflow: initial; text-overflow: initial; display: block;",
        ".module-blog_comments-%s .side-subtitle span": "white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display:block;"
      }
    }
  },
  "customClass": {
    "type": "Input"
  },
  "customCss": {
    "type": "Input"
  }
}
