{
  "_comment": "!!! THIS IS AN AUTOMATICALLY GENERATED FILE - DO NOT EDIT !!!",
  "name": "divi/search",
  "d4Shortcode": "et_pb_search",
  "title": "Search",
  "titles": "Searches",
  "moduleIcon": "divi/module-search",
  "category": "module",
  "childrenName": [],
  "videos": [
    {
      "id": "HNmb20Mdvno",
      "name": "An introduction to the Search module"
    },
    {
      "id": "1iqjhnHVA9Y",
      "name": "Design Settings and Advanced Module Settings"
    },
    {
      "id": "boNZZ0MYU0E",
      "name": "Saving and loading from the library"
    }
  ],
  "attributes": {
    "searchPlaceholder": {
      "type": "object",
      "settings": {
        "innerContent": {
          "groupType": "group",
          "panel": "content",
          "priority": 10,
          "groupName": "mainContent",
          "component": {
            "name": "divi/composite",
            "props": {
              "groupLabel": "Text",
              "fields": {
                "searchPlaceholder": {
                  "render": true,
                  "label": "Input Placeholder",
                  "description": "Type the text you want to use as placeholder for the search field.",
                  "features": {
                    "dynamicContent": {
                      "type": "text"
                    },
                    "sticky": false,
                    "preset": "content"
                  },
                  "component": {
                    "type": "field",
                    "name": "divi/text"
                  }
                }
              }
            }
          }
        }
      }
    },
    "search": {
      "type": "object",
      "selector": "{{selector}}",
      "settings": {
        "advanced": {
          "showButton": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "contentElements",
              "priority": 10,
              "render": true,
              "label": "Show Button",
              "description": "Turn this on to show the Search Button.",
              "category": "configuration",
              "features": {
                "sticky": false,
                "preset": [
                  "html"
                ]
              },
              "component": {
                "name": "divi/toggle",
                "type": "field"
              }
            }
          },
          "excludePages": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "contentExceptions",
              "priority": 10,
              "render": true,
              "label": "Exclude Pages",
              "description": "Turn this on to exclude pages from search results.",
              "category": "configuration",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false,
                "preset": "content"
              },
              "component": {
                "name": "divi/toggle",
                "type": "field"
              }
            }
          },
          "excludePosts": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "contentExceptions",
              "priority": 20,
              "render": true,
              "label": "Exclude Posts",
              "description": "Turning this on will exclude Posts from search results.",
              "category": "configuration",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false,
                "preset": "content"
              },
              "component": {
                "name": "divi/toggle",
                "type": "field"
              }
            }
          }
        }
      }
    },
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "settings": {
        "decoration": {
          "layout": {},
          "animation": {},
          "attributes": {},
          "background": {},
          "border": {},
          "boxShadow": {},
          "conditions": {},
          "disabledOn": {},
          "filters": {},
          "interactions": {},
          "overflow": {},
          "order": {},
          "position": {},
          "scroll": {},
          "sizing": {},
          "spacing": {},
          "sticky": {},
          "transform": {},
          "transition": {},
          "zIndex": {}
        },
        "advanced": {
          "elements": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "contentElements",
              "priority": 5,
              "render": true,
              "component": {
                "type": "group",
                "name": "divi/elements",
                "props": {
                  "grouped": false
                }
              }
            }
          },
          "link": {},
          "text": {},
          "html": {},
          "excludedCategories": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "contentExceptions",
              "priority": 30,
              "render": true,
              "label": "Exclude Categories",
              "description": "Select the categories that you would like to exclude from the search results.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false,
                "preset": "content"
              },
              "component": {
                "name": "divi/checkboxes",
                "type": "field",
                "props": {
                  "options": []
                }
              }
            }
          }
        },
        "meta": {
          "meta": {}
        }
      },
      "styleProps": {
        "background": {
          "selector": "{{selector}} .et_pb_searchform"
        },
        "border": {
          "selector": "{{selector}}.et_pb_search",
          "propertySelectors": {
            "desktop": {
              "value": {
                "border-radius": "{{selector}}.et_pb_search, {{selector}} input.et_pb_s"
              }
            }
          }
        },
        "spacing": {
          "propertySelectors": {
            "desktop": {
              "value": {
                "padding": "{{selector}} input.et_pb_s"
              }
            }
          },
          "important": true
        },
        "sizing": {
          "important": {
            "desktop": {
              "value": {
                "margin-left": true,
                "margin-right": true
              }
            }
          }
        }
      }
    },
    "field": {
      "type": "object",
      "elementType": "field",
      "selector": "{{selector}} input.et_pb_s",
      "attributes": {
        "className": "et_pb_s"
      },
      "supportsCustomAttributes": true,
      "settings": {
        "decoration": {
          "background": {},
          "font": {}
        },
        "advanced": {
          "focus": {},
          "placeholder": {}
        }
      }
    },
    "button": {
      "type": "object",
      "selector": "{{selector}} input.et_pb_searchsubmit",
      "supportsCustomAttributes": true,
      "attributes": {
        "className": "et_pb_searchsubmit"
      },
      "settings": {
        "decoration": {
          "background": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designButtonText",
              "priority": 10,
              "render": true,
              "subName": "color",
              "label": "Button and Border Color",
              "description": "Pick a color to be used for the background of button.",
              "features": {
                "dynamicContent": {
                  "type": "color"
                }
              },
              "component": {
                "name": "divi/color-picker",
                "type": "field"
              }
            }
          },
          "font": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designButtonText",
              "priority": 20,
              "render": true,
              "component": {
                "name": "divi/font",
                "type": "group",
                "props": {
                  "grouped": false,
                  "dynamicSubgroupHost": true,
                  "fields": {
                    "textAlign": {
                      "render": false
                    }
                  }
                }
              }
            }
          }
        }
      },
      "styleProps": {
        "background": {
          "important": true
        },
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true,
                  "line-height": true
                }
              }
            },
            "textShadow": true
          }
        }
      }
    }
  },
  "customCssFields": {
    "inputField": {
      "label": "Input Field",
      "subName": "inputField",
      "selectorSuffix": " .input.et_pb_s"
    },
    "button": {
      "label": "Button",
      "subName": "button",
      "selectorSuffix": " input.et_pb_searchsubmit"
    }
  },
  "settings": {
    "advanced": "auto",
    "groups": {
      "contentElements": {
        "panel": "content",
        "priority": 20,
        "groupName": "elements",
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Elements",
            "preset": "content"
          }
        }
      },
      "contentExceptions": {
        "panel": "content",
        "priority": 30,
        "groupName": "exceptions",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Exceptions"
          }
        }
      },
      "designButtonText": {
        "panel": "design",
        "priority": 20,
        "groupName": "buttonText",
        "component": {
          "name": "divi/composite",
          "props": {
            "clipboardCategory": "style",
            "groupLabel": "Button Text",
            "presetGroup": "divi/font",
            "dynamicSubgroupHost": true
          }
        }
      }
    }
  }
}