{
  "name": "decm/event-filter-child",
  "d4Shortcode": "",
  "title": "Filter",
  "titles": "Filter",
  "category": "event-filter-child",
  "moduleIcon": "decm/event-filter-parent",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}} .dec-filter-label",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Filter"
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true
        }
      }
    },
    
    
    "title": {
      "type": "object",
      "selector": "{{selector}} .event_filter_child__title",
      "styleProps": {
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true
                }
              }
            }
          }
        }
      },
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Search"
          }
        }
      },
      "tagName": "div",
      "attributes": {
        "class": "event_filter_child__title"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "FilterText": {
      "type": "object",
      "selector": "{{selector}} .dec-filter-label",
      "default": {
        "decoration": {
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "headingLevel": "h3"
                }
              }
            }
          }
        }
      }
    },
    "filter_multiple_select": {
      "type": "object",
      "default": {
        "decoration": {
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "headingLevel": "h2"
                }
              }
            }
          }
        },
        "innerContent": {
          "desktop": {
            "value": "single"
          }
          
        }
      },
      "styleProps": {
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true
                }
              }
            }
          }
        }
      },
      "tagName": "h2",
      "attributes": {
        "class": "event_calendar_module__title"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "filter_option_show": {
      "type": "object",
      "default": {
        "decoration": {
          "font": {
            "font": {
              "desktop": {
                "value": {
                  "headingLevel": "h2"
                }
              }
            }
          }
        },
        "innerContent": {
          "desktop": {
            "value": "Relevent Future Data"
          }
          
        }
      },
      "styleProps": {
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true
                }
              }
            }
          }
        }
      },
      "tagName": "h2",
      "attributes": {
        "class": "event_calendar_module__title"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "show_dropdown_icon": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "off"
          }
          
        }
      },
      "styleProps": {
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true
                }
              }
            }
          }
        }
      },
      "tagName": "h2",
      "attributes": {
        "class": "event_calendar_module__title"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "content": {
      "type": "object",
      "selector": "{{selector}} .event_filter_child__content",
      "tagName": "div",
      "attributes": {
        "class": "event_filter_child__content"
      },
      "inlineEditor": "richText",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "icon": {
      "type": "object",
      "selector": "{{selector}} .event_filter_child__icon"
    }
  },

  
  "customCssFields": {
    "contentContainer": {
      "subName": "contentContainer",
      "selectorSuffix": " .event_filter_child__content-container"
    },
    "title": {
      "subName": "title",
      "selectorSuffix": " .event_filter_child__title"
    },
    "content": {
      "subName": "content",
      "selectorSuffix": " .event_filter_child__content"
    },
    "icon": {
      "subName": "icon",
      "selectorSuffix": " .event_filter_child__icon"
    }
  }
}
