Standardize navigation configuration

This commit is contained in:
mark
2023-01-15 15:43:53 +01:00
parent d49a17c015
commit acc96631cf

View File

@@ -24,8 +24,8 @@ The shortcode supports the following arguments:
| size | No | Optional breakpoint of the navbar toggler, either "xs", "sm", "md" (default), "lg", or "xl". |
| style | No | Optional style of the navbar, either "light" (default) or "dark". |
| color | No | Optional background color of the navbar, either "primary", "secondary", "success", "danger", "warning", "info", "light", "dark", "white" or "black". The default color is none. |
| search | No | Optional flag to include a search input, default is "true". |
| logo | No | Optional address of the logo image, defaults to the parameter "logo" set in the "main" section of the site's parameter configuration. |
| search | No | Optional flag to include a search input, defaults to the parameter "logo" set in the "navigation" section of the site's parameter configuration. |
| logo | No | Optional address of the logo image, defaults to the parameter "logo" set in the "navigation" section of the site's parameter configuration. |
| title | No | Optional brand title, displayed when the logo is not set. Defaults to the site's title. |
{.table}