Skip to content

Commit

Permalink
Add a name for component in example
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Feb 28, 2024
1 parent 275b2c5 commit a35f373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/configuration/slots.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ You register a slot component using the configuration registry, as shown.
config.registerSlotComponent({
slot: 'aboveContent',
name: 'header',
component: '@sneridagh this needs a component',
component: PageHeader,
predicates: [
RouteCondition('/de/about'),
ContentTypeCondition(['Document', 'News Item'])
Expand Down

0 comments on commit a35f373

Please sign in to comment.