Ghost/ghost/admin/lib
Kevin Ansfield 7e98f1b9f4 Fixed editor cards being accessible when their availability checks failed
no issue

Using the slash menu it was possible to insert cards that shouldn't have been accessible based on their availability checks. This was happening because we were only hiding the visibility of the cards in the template rather than completely removing them from the slash command matching logic.

- added `{{card-menu-items}}` helper that combines the availability matching and snippet section addition to return a complete array of sections+items that match the current system state and post type
- added `@menuItems` argument set to the output of `{{card-menu-items}}` to the two card menu components so they are working against a pre-filtered list of menu items
  - lets us remove duplication of code that handled pushing snippets section into the menus
- removed availability check conditionals from `<KoenigMenuContent>` as the menu items passed in are now pre-filtered
2023-01-19 12:38:49 +00:00
..
asset-delivery Removed icon files from packaged tarball 2022-08-31 18:06:42 +01:00
ember-power-calendar-moment Dropped ember-cli-moment-shim dependency 2022-09-24 13:28:23 +02:00
ember-power-calendar-utils Fixed linter error 2022-09-24 13:36:47 +02:00
koenig-editor Fixed editor cards being accessible when their availability checks failed 2023-01-19 12:38:49 +00:00