<DepictProvider>
, import and pass in the ClassicSearchModal
into the search
property, as searchModalComponent
.$search-modal-layout
variable to "classic"
.A note about bundle size (Advanced)
process.env.NO_SEARCH_MODAL_DEFAULT
becomes substituted to "true"
(if you use parcel you can just set the environment variable NO_SEARCH_MODAL_DEFAULT
to true
while building), this leads to your minifier being able to remove the new search modal from the bundle.