Ghost/ghost/admin/app/components/modals/search.hbs
Kevin Ansfield d6e599dab3
Generalised Admin search for use in editor (#20011)
ref https://linear.app/tryghost/issue/MOM-1

- renamed `searchable` to `groupName` so it better matches usage and avoids leaking internal naming to external clients
- added `url` to the fetched data for each data type as the editor will want to use front-end URLs in content
- added acceptance tests to help avoid regressions as we further generalise/optimise the search behaviour
2024-04-11 14:01:39 +00:00

6 lines
286 B
Handlebars

<div class="modal-content" data-test-modal="search">
<div class="gh-nav-search-modal" {{on "click" this.focusFirstInput}}>
<GhSearchInput class="gh-nav-search-input" @onSelected={{@close}} />
<div class="gh-search-tips">Open with Ctrl/⌘ + K</div>
</div>
</div>