diff --git a/README.md b/README.md index 38b782a7..82fbcd82 100644 --- a/README.md +++ b/README.md @@ -196,11 +196,11 @@ This card supports several menu configurations. | Key | Description | Screenshot | | ------------- | --------------------------------------------- | - | -|`hidden-{top,bottom,right,left}` (default)| Hide the menu by default, expandable upon clicking the 'F' button. | Menu hidden | +|`hidden-{top,bottom,right,left}` [default: `hidden-top`]| Hide the menu by default, expandable upon clicking the 'F' button. | Menu hidden | |`overlay-{top,bottom,right,left}`| Overlay the menu on top of the card contents. The 'F' button shows the default view. | Menu overlaid | |`above`| Render the menu above the card. The 'F' button shows the default view. | Menu above | |`below`| Render the menu below the card. The 'F' button shows the default view. | Menu below | - +|`none`| No menu is shown. | No Menu | diff --git a/images/menu-mode-none.png b/images/menu-mode-none.png new file mode 100644 index 00000000..fdebaa0d Binary files /dev/null and b/images/menu-mode-none.png differ