posthog-1.0.0-alpha5/config/schema/posthog.schema.yml
config/schema/posthog.schema.yml
# Schema for the configuration files of the Posthog module.
posthog.settings:
type: config_object
label: 'Posthog settings'
mapping:
host:
type: string
label: 'Host'
api_key:
type: string
label: 'API key'
identify_anonymous:
type: boolean
label: 'Identify anonymous users'
distinct_id:
type: string
label: 'Distinct ID'
user_properties:
type: mapping
label: 'User properties'
mapping:
uid:
type: string
label: 'User ID'
email:
type: string
label: 'Email'
name:
type: string
label: 'Name'
