@@ -35,7 +35,7 @@ Next, under the `ibexa_taxonomy.taxonomies` [key](configuration.md#configuration
3535
3636``` yaml
3737[[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 0, 2) =]] # existing keys
38- [[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 9, 17 ) =]]
38+ [[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 9, 16 ) =]]
3939```
4040
4141Replace ` <content_categories_remote_id> ` with the new container's location remote ID.
@@ -62,7 +62,7 @@ You can hide the **Content** tab in the **Categories** view.
6262
6363In configuration add `assigned_content_tab` with the flag `false` (for other taxonomies this flag is by default set to `true`) :
6464
65- ` ` ` yaml
65+ ` ` ` yaml hl_lines="11"
6666[[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 0, 2) =]] # existing keys
6767[[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 9, 17) =]]
6868` ` `
@@ -72,7 +72,7 @@ In configuration add `assigned_content_tab` with the flag `false` (for other tax
7272By default, for each taxonomy, a menu item is added to the main menu.
7373You can hide this menu item by setting a value of the `register_main_menu` configuration key :
7474
75- ` ` ` yaml
75+ ` ` ` yaml hl_lines="6"
7676[[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 0, 2) =]] # existing keys
7777[[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 9, 10) =]] # existing keys
7878[[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 17, 18) =]]
0 commit comments