Ghost/ghost/admin/app/components/multi-list/list.hbs
Simon Backx 8c046740f0 Added support for selecting posts
refs https://github.com/TryGhost/Team/issues/2906

Adds a way to select posts using CMD, shift and CMD+A. And adds a placeholder context menu.

Behind the making it rain feature flag.
2023-04-05 18:00:08 +02:00

11 lines
238 B
Handlebars

<div data-ctrl={{this.actionKeyPressed}} {{did-insert this.setup}} ...attributes>
{{yield
(hash
item=(
component "multi-list/item"
model=@model
)
)
}}
</div>