Skip to content

Commit ac4df77

Browse files
authored
Fix custom taxonomy structure (#2574)
For the narration, - remove `assigned_content_tab: false` from "Customize taxonomy structure" - highlight `assigned_content_tab: false` in "Hide Content tab" - highlight `register_main_menu: false` in "Hide menu item"
1 parent a57abd0 commit ac4df77

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/content_management/taxonomy/taxonomy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Next, under the `ibexa_taxonomy.taxonomies` [key](configuration.md#configuration
3636

3737
``` yaml
3838
[[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 0, 2) =]] # existing keys
39-
[[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 9, 17) =]]
39+
[[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 9, 16) =]]
4040
```
4141

4242
Replace `<content_categories_remote_id>` with the new container's location remote ID.
@@ -63,7 +63,7 @@ You can hide the **Content** tab in the **Categories** view.
6363

6464
In configuration add `assigned_content_tab` with the flag `false` (for other taxonomies this flag is by default set to `true`):
6565

66-
``` yaml
66+
``` yaml hl_lines="11"
6767
[[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 0, 2) =]] # existing keys
6868
[[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 9, 17) =]]
6969
```
@@ -73,7 +73,7 @@ In configuration add `assigned_content_tab` with the flag `false` (for other tax
7373
By default, for each taxonomy, a menu item is added to the main menu.
7474
You can hide this menu item by setting a value of the `register_main_menu` configuration key:
7575

76-
``` yaml
76+
``` yaml hl_lines="6"
7777
[[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 0, 2) =]] # existing keys
7878
[[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 9, 10) =]] # existing keys
7979
[[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 17, 18) =]]

0 commit comments

Comments
 (0)