From 049e16a846405392473e99ea08e245e407391443 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 24 Feb 2024 12:23:07 -0800 Subject: [PATCH] Link to API --- docs/source/configuration/slots.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/configuration/slots.md b/docs/source/configuration/slots.md index 1196259a38..8a1847f15f 100644 --- a/docs/source/configuration/slots.md +++ b/docs/source/configuration/slots.md @@ -16,7 +16,7 @@ This concept is inherited from the Plone Classic UI {doc}`plone:classic-ui/viewl ## Anatomy Slots are named, and they can contain a list of different slot components. -Slot components are also named, and they are registered in the configuration registry using a specific API for slots. +Slot components are also named, and they are registered in the {ref}`configuration registry using a specific API for slots `. The main trait of a slot component is that its renderer is controlled by a list of conditions called {term}`predicates`. Multiple slot components can be registered under the same name, as long as they have different predicates. @@ -60,7 +60,9 @@ You can add insertion points in your code, as shown in the following example. ``` -## Register a slot component +(configuration-registry-for-slot-components)= + +## Configuration registry for slot components You register a slot component using the configuration registry: