Saltar al contenido principal

Interface: WordPressConfig

Defined in: src/types/index.ts:1202

Configuration for the WordPress REST API integration.

Properties

apiNamespace?

optional apiNamespace?: string

Defined in: src/types/index.ts:1208

Custom API namespace (default: "wp/v2").


auth?

optional auth?: WordPressAuth

Defined in: src/types/index.ts:1206

Authentication credentials (choose one method).


baseUrl

baseUrl: string

Defined in: src/types/index.ts:1204

WordPress site base URL (e.g. "https://mysite.com").