Provides search input functionality that hooks into the site
To load this functionality from HTML:
<script>
CMS.loadExtra('cms-search');
</script>
or from within config.js
extras: {
'cms-search': {}
}
N/A
N/A
<input is="cms-search" type="posts"/>
Attributes
type
- The type of collection to searchN/A