webiny-admin-configs-catalog

Catalogs the AdminConfig abstraction for Webiny admin application configuration.

8.0k|673|Updated Jan 9, 2018
One-click install
npx skills add https://github.com/webiny/webiny-js --skill webiny-admin-configs-catalog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webiny-admin-configs-catalog
Source: https://github.com/webiny/webiny-js/tree/main/skills/user-skills/generated/admin/configs
Command: npx skills add https://github.com/webiny/webiny-js --skill webiny-admin-configs-catalog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers extending the Webiny admin application need to locate the correct configuration abstraction and its exact import path without searching through the monorepo source tree.

Core Features & Use Cases

  • Abstraction Catalog: Lists the AdminConfig abstraction with its exact import statement from webiny/admin/configs.
  • Source Mapping: Points directly to the source file @webiny/app-admin/config/AdminConfig.tsx so you can read the exact interface and types.
  • Use Case: When building a custom Webiny admin extension, use this catalog to find the AdminConfig abstraction, read its source for the exact type signature, and import it correctly in your TypeScript code.

Quick Start

Ask the AI to show the AdminConfig abstraction from webiny/admin/configs and read its source file to get the exact interface.

Frequently Asked Questions about webiny-admin-configs-catalog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I import AdminConfig in a Webiny project?

Import AdminConfig with the statement: import { AdminConfig } from "webiny/admin/configs". Before using it, read the source file @webiny/app-admin/config/AdminConfig.tsx to get the exact interface and types.

What is the AdminConfig abstraction in Webiny?

AdminConfig is a configuration abstraction exported from webiny/admin/configs, defined in @webiny/app-admin/config/AdminConfig.tsx. It is used when configuring or extending the Webiny admin application.

Where is the AdminConfig source code located in webiny-js?

The AdminConfig source is located at @webiny/app-admin/config/AdminConfig.tsx in the webiny-js monorepo. Reading this file gives you the authoritative interface and type definitions.

Does this catalog contain multiple admin config abstractions?

No, this catalog currently lists a single abstraction, AdminConfig. It serves as a lookup entry point directing you to the source file for the exact interface.