From a35f373b03c5f2c953a0c7a502c6cd8f417ab9dd Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 28 Feb 2024 00:02:03 -0800 Subject: [PATCH] Add a name for component in example --- docs/source/configuration/slots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/configuration/slots.md b/docs/source/configuration/slots.md index e4200c2252..66b6b45947 100644 --- a/docs/source/configuration/slots.md +++ b/docs/source/configuration/slots.md @@ -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'])