Registry
Contents
Registry#
Registry records can be addressed through the @registry
endpoint on the Plone site.
To address a specific record, the fully qualified dotted name of the registry record has to be passed as a path segment, for example, /plone/@registy/my.record
.
Reading or writing registry records require the cmf.ManagePortal
permission.
Get Registry List#
Query function#
Use the getRegistriesQuery
function to get the query for fetching the list of all available registry records.
Hook#
Use the useGetRegistries
hook to get the list of all available registry records.