posthog-1.0.0-alpha5/modules/posthog_js/config/schema/posthog_js.schema.yml
modules/posthog_js/config/schema/posthog_js.schema.yml
posthog_js.settings:
type: config_object
label: 'Tab Title Attention settings'
mapping:
enabled:
type: boolean
label: 'Enabled'
constraints:
nullable: false
cdn:
type: boolean
label: 'Load JavaScript from Posthog CDN'
constraints:
nullable: false
init_config_json:
type: string
label: "Init config (JSON)"
constraints:
nullable: false
conditions:
type: sequence
label: 'Visibility conditions'
sequence:
type: condition.plugin.[id]
label: 'Visibility condition'
conditions_logic:
type: string
label: 'The logical operator to use for the conditions (and / or)'
constraints:
Choice:
- and
- or
