Skip to Content
V1SocialsX (Twitter)

X (Twitter) Configuration

Overview

X configuration allows users to enable or disable posting.

Config Example

export interface XConfig { isEnabled: boolean; }

Example Usage

{ "x": { "isEnabled": true } }
Last updated on