Skip to content

Commit fd8123f

Browse files
authored
Merge pull request #1243 from david-saisondor/documentation-of-feature-#3167
Add documentation for feature #3167 "make top level menu icon customi…
2 parents 3da355b + cd24178 commit fd8123f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contenttypes/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ The available options are:
236236
| `sort` <small>(optional)</small> | The default sorting of this ContentType, in the overview in Bolt's backend interface. For example `-datecreated`. |
237237
| `records_per_page` <small>(optional)</small> | The amount of records shown on each page in the Bolt backend. If there are more records, they will be paginated. |
238238
| `show_on_dashboard` <small>(optional)</small> | When set to `false` the ContentType will not appear in the 'Recently edited &hellip;' list on the dashboard page. |
239-
| `show_in_menu` <small>(optional)</small> | When set to `false` the ContentType will show in a submenu instead of as a top level menu. Can also be set to a word or sentence to group ContentTypes under different menus. |
239+
| `show_in_menu` <small>(optional)</small> | When set to `false` the ContentType will show in a submenu instead of as a top level menu. Can also be set to a word or sentence to group ContentTypes under different menus. The top level menu will use the `icon_many` of its first child. |
240240
| `default_status` <small>(optional)</small> | Use this to set the default status for new records in this ContentType, i.e. `published`, `held`, `draft` or `timed`. |
241241
| `searchable` <small>(optional)</small> | A boolean value to determine whether this ContentType should show up in search results. |
242242
| `viewless` <small>(optional)</small> | When set to `true`, routes will not be set for the ContentType listing, or the records themselves. Useful for creating [Resource ContentTypes][howto-resource-ct]. |

0 commit comments

Comments
 (0)