{
  "name": "dnxte/review",
  "d4Shortcode": "dnxte_review",
  "title": "Review",
  "titles": "Reviews",
  "category": "module",
  "moduleIcon": "dnxte/review",
  "folder": "divi-essential",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}} .dnxte-review-wrap",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Review"
            }
          }
        },
        "advanced": {
          "text": {
            "text": {
              "desktop": {
                "value": {
                  "color": "light"
                }
              }
            }
          }
        }
      },
      "defaultPrintedStyle": {
        "decoration": {
          "background": {
            "desktop": {
              "value": {
                "color": "#ecf4f7"
              }
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "image": {
      "type": "object",
      "selector": "{{selector}} .dnxte-review-img img",
      "default": {
        "decoration": {
          "alignment": {
            "desktop": {
              "value": "review-top"
            }
          },
          "image_alignment": {
            "desktop": {
              "value": "center"
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true
        }
      }
    },
    "title": {
      "type": "object",
      "selector": "{{selector}} .dnxte-review-header",
      "default": {
        "decoration": {
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "headingLevel": "h2"
                }
              }
            }
          }
        }
      },
      "defaultPrintedStyle": {
        "decoration": {
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "size": "26px",
                  "lineHeight": "1em",
                  "weight": "500"
                }
              }
            }
          }
        }
      },
      "settings": {
        "innerContent": {},
        "decoration": {
          "font": {},
          "spacing": {},
          "border": {},
          "background": {}
        },
        "advanced": {
          "htmlAttributes": {},
          "text": {}
        }
      },
      "styleProps": {
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true
                }
              }
            }
          }
        },
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "background": {
          "important": true
        }
      },
      "tagName": "h2",
      "attributes": {
        "class": "dnxte-review-header"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "designation": {
      "type": "object",
      "selector": "{{selector}} .dnxte-review-pos",
      "tagName": "h2",
      "attributes": {
        "class": "dnxte-review-pos"
      },
      "inlineEditor": "plainText",
      "elementType": "paragraph",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "content": {
      "type": "object",
      "selector": "{{selector}} .dnxte-review-pra",
      "tagName": "div",
      "attributes": {
        "class": "dnxte-review-pra"
      },
      "default": {
        "innerContent": {
          "desktop": {
            "value": "<p>Your content goes here. Edit or remove this text inline or in the module Content settings.s.</p>"
          }
        }
      },
      "inlineEditor": "richText",
      "childrenSanitizer": "et_core_esc_previously",
      "styleProps": {
        "bodyFont": {
          "selectors": {
            "desktop": {
              "value": "{{selector}} .dnxte-review-pra"
            }
          }
        }
      }
    },
    "rating": {
      "type": "object",
      "selector": "{{selector}} .dnxte-review-star",
      "attributes": {
        "class": "dnxte-review-star"
      },
      "default": {
        "decoration": {
          "border": {
            "desktop": {
              "value": {
                "radius": {
                  "topLeft": "20px",
                  "topRight": "20px",
                  "bottomLeft": "20px",
                  "bottomRight": "20px",
                  "sync": "on"
                }
              }
            }
          }
        },
        "advanced": {
          "icon": {
            "desktop": {
              "value": {
                "unicode": "&#xe031;",
                "type": "divi",
                "weight": "400"
              }
            }
          },
          "rating": {
            "desktop": {
              "value": "5"
            }
          },
          "rating_scale": {
            "desktop": {
              "value": "5"
            }
          },
          "alignment": {
            "desktop": {
              "value": "left"
            }
          },
          "htmlAttributes": {}
        }
      },
      "settings": {
        "decoration": {
          "spacing": {},
          "border": {},
          "background": {}
        },
        "innerContent": {},
        "advanced": {
          "icon": {},
          "rating": {},
          "rating_scale": {},
          "alignment": {},
          "color": {},
          "textColor": {}
        }
      },
      "styleProps": {
        "selector": "{{selector}} .dnxte-review-star",
        "spacing": {
          "important": true
        },
        "border": {
          "important": true
        },
        "background": {
          "important": true
        }
      }
    }
  },
  "customCssFields": {
    "image": {
      "subName": "image",
      "selectorSuffix": " .dnxte-review-img img"
    },
    "title": {
      "subName": "title",
      "selectorSuffix": " .dnxte-review-header"
    },
    "rating": {
      "subName": "rating",
      "selectorSuffix": " .dnext-star-rating i.divinext-star-full::before"
    },
    "designation": {
      "subName": "designation",
      "selectorSuffix": " .dnxte-review-pos"
    },
    "content": {
      "subName": "content",
      "selectorSuffix": " .dnxte-review-pra"
    }
  }
}
