{
  "name": "dnxte/text-marquee-child",
  "d4Shortcode": "",
  "title": "Text Marquee Child",
  "titles": "Text Marquee Children....",
  "category": "child-module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Text Marquee .... Child"
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "title": {
      "type": "object",
      "selector": "{{selector}} .dnxt-marquee-text",
      "styleProps": {
        "font": {
          "important": true
        }
  
      },
      "tagName": "span",
      "attributes": {
        "class": "dnxt-marquee-text"
      },
      "inlineEditor": "plainText",
      "elementType": "text",
      "childrenSanitizer": "et_core_esc_previously",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Sample marquee text changed"
          }
        },
        "decoration": {
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "headingLevel": "span"
                }
              }
            }
          }
        }
      }
    },
    "useIconType": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "none"
          }
        }
      }
    },
    "listIcon": {
      "type": "object",
      "selector": "{{selector}} .dnxte-marquee-icon"
 
    },
    "listImage": {
      "type": "object",
      "selector": "{{selector}} .dnxte-marquee-icon img",
      "tagName": "img"
    }
  },
  "customCssFields": {
    "title": {
      "subName": "title",
      "selectorSuffix": " .dnxt-marquee-text"
    },
    "icon": {
      "subName": "icon",
      "selectorSuffix": " .dnxte-marquee-icon"
    }
  }
}
