Che cos'è umbraco-context-api?
Comprendere e utilizzare l'API Context nel backoffice Umbraco (concetto fondamentale) Fonte: umbraco/umbraco-cms-backoffice-skills.
Comprendere e utilizzare l'API Context nel backoffice Umbraco (concetto fondamentale)
Installa rapidamente la skill AI umbraco-context-api nel tuo ambiente di sviluppo tramite riga di comando
Fonte: umbraco/umbraco-cms-backoffice-skills.
The Context API is Umbraco's communication system that enables extensions to share data and functionality through the component hierarchy without tight coupling. It uses a provider-consumer pattern where parent elements provide contexts that descendant components can access. Contexts cascade down through the DOM tree and use tokens for type-safe access to services like notifications, workspaces, and user information.
Provider: Element that provides context to descendants via provideContext()
Consumer: Element that accesses context via consumeContext() or getContext()
Comprendere e utilizzare l'API Context nel backoffice Umbraco (concetto fondamentale) Fonte: umbraco/umbraco-cms-backoffice-skills.
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/umbraco/umbraco-cms-backoffice-skills --skill umbraco-context-apiBrowse more skills from umbraco/umbraco-cms-backoffice-skills
Comprendere e utilizzare l'API Context nel backoffice Umbraco (concetto fondamentale) Fonte: umbraco/umbraco-cms-backoffice-skills.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/umbraco/umbraco-cms-backoffice-skills --skill umbraco-context-api Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/umbraco/umbraco-cms-backoffice-skills