{
  "name": "dnxte/timeline-child",
  "d4Shortcode": "dnxte_timeline_child",
  "title": "Timeline Child",
  "titles": "Timeline Childs",
  "category": "child-module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Timeline Child"
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "title": {
      "type": "object",
      "selector": "{{selector}} .dnxte-timline-heading",
      "styleProps": {
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true
                }
              }
            }
          }
        }
      },
      "tagName": "h2",
      "attributes": {
        "class": "dnxte-timline-heading"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "image": {
      "type": "object",
      "selector": "{{selector}} .dnxte-timline-img img",
      "styleProps": {
        "border": {
          "important": true
        }
      }
    },
    "feature_wrapper": {
      "type": "object",
      "selector": "{{selector}} .dnxte-timline-image-section",
      "styleProps": {
        "border": {
          "important": true
        }
      }
    },
    "feature_img": {
      "type": "object",
      "selector": "{{selector}} .dnxte-timline-image-section img",
      "styleProps": {
        "border": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "link": {
      "type": "object",
      "selector": "{{selector}} .dnxte-timline-btn-more",

      "tagName": "a",
      "attributes": {
        "class": "dnxte-timline-btn-more"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously",
      "styleProps": {
        "font": {
          "important": true
        },
        "border": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "identifier": {
      "type": "object",
      "selector": "{{selector}} .dnxte-timline-date",

      "tagName": "span",
      "attributes": {
        "class": "dnxte-timline-date"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously",
      "styleProps": {
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true
                }
              }
            }
          }
        },
        "spacing": {
          "important": true
        }
      }
    },
    "icon_circle": {
      "type": "object",
      "selector": "{{selector}} .dnxte-timeline-pic",

      "tagName": "a",
      "attributes": {
        "class": "dnxte-timeline-pic"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously",
      "styleProps": {
        "color": {
          "important": true
        },
        "background": {
          "important": true
        }
      }
    },
    "trainagle": {
      "type": "object",
      "selector": "{{selector}} .dnxte-timline-content:before",

      "tagName": "a",
      "attributes": {
        "class": "dnxte-timline-content:before"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "time_linebar": {
      "type": "object",
      "selector": "{{selector}} .dnxte-timline:before",

      "tagName": "a",
      "attributes": {
        "class": "dnxte-timline:before"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "timeline": {
      "type": "object",
      "selector": "{{selector}} .dnxte-timline-content",

      "tagName": "span",
      "attributes": {
        "class": "dnxte-timline-content"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously",
      "styleProps": {
        "spacing": {
          "important": true
        }
      }
    },
    "content": {
      "type": "object",
      "selector": "{{selector}} .dnxte-timline-pra",
      "tagName": "div",
      "attributes": {
        "class": "dnxte-timline-pra"
      },

      "inlineEditor": "richText",
      "childrenSanitizer": "et_core_esc_previously",
      "styleProps": {
        "bodyFont": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "icon": {
      "type": "object",
      "selector": "{{selector}} .dnxte-timline-icon",
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "unicode": "&#x4e;",
              "type": "divi",
              "weight": "400"
            }
          }
        }
      }
    }
  },
  "customCssFields": {
    "contentContainer": {
      "subName": "contentContainer",
      "selectorSuffix": " .dnxte-timline-block"
    },
    "title": {
      "subName": "title",
      "selectorSuffix": " .dnxte-timline-heading"
    },
    "content": {
      "subName": "content",
      "selectorSuffix": " .dnxte-timline-pra"
    },
    "icon": {
      "subName": "icon",
      "selectorSuffix": " .dnxte-timline-img"
    },
    "identifier": {
      "subName": "identifier",
      "selectorSuffix": " .dnxte-timline-date"
    },
    "link": {
      "subName": "link",
      "selectorSuffix": " .dnxte-timline-btn-more"
    }
  }
}
