WHAT YOU'LL LEARN
  • every Admin.* extension and the props it accepts

Overview
anchor

Admin.* extensions customize the Admin application — loading custom UI code and passing build-time parameters into the bundle.

Admin.Extension
anchor

Registers a custom extension in the Admin application (UI customizations, custom pages, branding, etc.).

PropTypeRequiredDescription
srcstringYesPath to the extension file
exportNamestringNoExport name to use. Defaults to the filename without extension.

Can be used multiple times.

Admin.BuildParam
anchor

Passes a build-time parameter into the Admin app bundle, accessible at runtime.

PropTypeRequiredDescription
paramNamestringYesParameter name
valuestring \| number \| boolean \| object \| arrayYesParameter value

Can be used multiple times.