manifest/web/modules/custom/etherpad_api/config/schema/etherpad_api.schema.yml

12 lines
298 B
YAML
Raw Normal View History

2023-09-30 20:14:02 +02:00
# Schema for the configuration files of the Etherpad API module.
etherpad_api.settings:
type: config_object
label: 'Etherpad API settings'
mapping:
url:
type: string
label: 'API URL of etherpad instance'
key:
type: string
label: 'API key of etherpad instance'