{
  "name": "dnxte/price-list-child",
  "d4Shortcode": "dnxte_price_list_child",
  "title": "Price List Child",
  "titles": "Price Lists Child",
  "category": "child-module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Price List Child"
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "title": {
      "type": "object",
      "selector": "{{selector}} .dnxte-pricelist-title",
      "styleProps": {
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true
                }
              }
            }
          }
        }
      },
      "tagName": "div",
      "attributes": {
        "class": "dnxte-pricelist-title"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "content": {
      "type": "object",
      "selector": "{{selector}} .dnxte-pricelist-description",
      "tagName": "div",
      "attributes": {
        "class": "dnxte-pricelist-description"
      },
      "inlineEditor": "richText",
      "childrenSanitizer": "et_core_esc_previously",
      "settings": {
        "innerContent": {}
      },
      "styleProps": {
        "bodyFont": {
          "selectors": {
            "desktop": {
              "value": "{{selector}} .dnxte-pricelist-description"
            }
          }
        }
      }
    },
    "image": {
      "type": "object",
      "selector": "{{selector}} .dnxte-pricelist-image img",
      "inlineEditor": "upload",
      "elementType": "image",
      "tagName": "img",
      
      "settings": {
        "innerContent": {
          "desktop": {
            "value": {
              "src": "",
              "alt": ""
            }
          }
        },
        "advanced": {
          "htmlAttributes": {}
        }
      },
      "default": {
        "decoration": {
          "image_width": {
            "desktop": {
              "value": "50%"
            }
          }
        }
      }
    },
    "price": {
      "type": "object",
      "selector": "{{selector}} .dnxte-pricelist-price",
      "attributes": {
        "class": "dnxte-pricelist-price"
      },
      "settings": {
        "innerContent": {},
        "advanced": {
          "htmlAttributes": {}
        }
      }
    }
  },
  "customCssFields": {
    "title": {
      "subName": "title",
      "selectorSuffix": " .dnxte-pricelist-title"
    },
    "content": {
      "subName": "content",
      "selectorSuffix": " .dnxte-pricelist-description"
    },
    "image": {
      "subName": "image",
      "selectorSuffix": ".dnxte-feature-list-icon"
    },
    "separator": {
      "subName": "separator",
      "selectorSuffix": ".dnxte-feature-list-icon"
    },
    "price": {
      "subName": "price",
      "selectorSuffix": " .dnxte-pricelist-price"
    }
  }
}
