{
    "name": "tmdivi/timeline-story",
    "d4Shortcode": "tmdivi_timeline_story",
    "title": "Timeline Item",
    "titles": "Timeline Items",
    "category": "child-module",
    "attributes": {
      "module": {
        "type": "object",
        "selector": "{{selector}}",
        "default": {
          "meta": {
            "adminLabel": {
              "desktop": {
                "value": "Child Module"
              }
            }
          }
        },
        "styleProps": {
          "border": {
            "important": true
          }
        }
      },
      "story_title": {
        "type": "object",
        "selector": ".tmdivi_timeline {{selector}} .tmdivi-title",
        "styleProps": {
          "font": {
            "important": {
              "font": {
                "desktop": {
                  "value": {
                    "color": true
                  }
                }
              }
            }
          }
        },
        "tagName": "div",
        "attributes": {
          "class": "tmdivi-title"
        },
        "inlineEditor": "plainText",
        "elementType": "heading",
        "childrenSanitizer": "et_core_esc_previously"
      },
      "content": {
        "type": "object",
        "selector": ".tmdivi_timeline {{selector}} .tmdivi-description",
        "tagName": "div",
        "attributes": {
          "class": "tmdivi-description"
        },
        "inlineEditor": "richText",
        "childrenSanitizer": "et_core_esc_previously"
      },
      "label_text": {
        "type": "object",
        "selector": ".tmdivi_timeline {{selector}} .tmdivi-year-text",
        "styleProps": {
          "font": {
            "important": {
              "font": {
                "desktop": {
                  "value": {
                    "color": true
                  }
                }
              }
            }
          }
        },
        "attributes": {
          "class": "tmdivi-year-label tmdivi-year-text"
        },
        "inlineEditor": "plainText",
        "elementType": "heading",
        "childrenSanitizer": "et_core_esc_previously"
      },
      "label_date": {
        "type": "object",
        "selector": ".tmdivi_timeline {{selector}} .tmdivi-label-big",
        "defaultPrintedStyle": {
          "decoration": {
            "font": {
              "font": {
                "desktop": {
                  "value": {
                    "size": "21px",
                    "lineHeight": "1em",
                    "weight": "600"
                  }
                }
              }
            }
          }
        },
        "styleProps": {
          "font": {
            "important": {
              "font": {
                "desktop": {
                  "value": {
                    "color": true
                  }
                }
              }
            }
          }
        },
        "attributes": {
          "class": "tmdivi-label-big"
        },
        "inlineEditor": "plainText",
        "elementType": "heading",
        "childrenSanitizer": "et_core_esc_previously"
      },
      "sub_label": {
        "type": "object",
        "selector": ".tmdivi_timeline {{selector}} .tmdivi-label-small",
        "styleProps": {
          "font": {
            "important": {
              "font": {
                "desktop": {
                  "value": {
                    "color": true
                  }
                }
              }
            }
          }
        },
        "attributes": {
          "class": "tmdivi-label-small"
        },
        "inlineEditor": "plainText",
        "elementType": "heading",
        "childrenSanitizer": "et_core_esc_previously"
      },
      "icon": {
        "type": "object",
        "selector": "{{selector}} .example_child_module__icon.et-pb-icon"
      }
    },
    "customCssFields": {
      "contentContainer": {
        "subName": "contentContainer",
        "selectorSuffix": " .example_child_module__content-container"
      },
      "title": {
        "subName": "title",
        "selectorSuffix": " .example_child_module__title"
      },
      "content": {
        "subName": "content",
        "selectorSuffix": " .example_child_module__content"
      },
      "icon": {
        "subName": "icon",
        "selectorSuffix": " .example_child_module__icon.et-pb-icon"
      }
    }
}
    