annotate core/modules/jsonapi/config/schema/jsonapi.schema.yml @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents af1871eacc83
children
rev   line source
Chris@18 1 jsonapi.settings:
Chris@18 2 type: config_object
Chris@18 3 label: 'JSON:API settings'
Chris@18 4 mapping:
Chris@18 5 read_only:
Chris@18 6 type: boolean
Chris@18 7 label: 'Restrict JSON:API to only read operations'