{
  "name": "dnxte/rating",
  "d4Shortcode": "dnxte_rating",
  "title": "Rating",
  "titles": "Ratings",
  "category": "module",
  "moduleIcon": "dnxte/rating",
  "folder": "divi-essential",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}} .dnxte-star-wrapper",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Rating"
            }
          }
        },
        "advanced": {
          "text": {
            "text": {
              "desktop": {
                "value": {
                  "color": "light"
                }
              }
            }
          }
        }
      },
      "defaultPrintedStyle": {
        "decoration": {
          "background": {
            "desktop": {
              "value": {
                "color": "#ecf4f7"
              }
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true
        }
      }
    },
    "rating": {
      "type": "object",
      "selector": "{{selector}} dnext-star-rating i::before",
      "attributes": {
        "class": "dnext-star-rating"
      },
      "default": {
        "advanced": {
          "icon": {
            "desktop": {
              "value": {
                "unicode": "&#xe031;",
                "type": "divi",
                "weight": "400"
              }
            }
          },
          "rating": {
            "desktop": {
              "value": "5"
            }
          },
          "rating_scale": {
            "desktop": {
              "value": "5"
            }
          },
          "htmlAttributes": {}
        }
      },
      "settings": {
        "decoration": {},
        "innerContent": {}
      },
      "styleProps": {
        "selector": "{{selector}} .dnext-star-rating"
      }
    }
  },
  "customCssFields": {
    "rating": {
      "subName": "rating",
      "selectorSuffix": " .dnext-star-rating i.divinext-star-full::before, .dnext-star-rating i.divinext-star-full"
    }
  }
}
