Missing type in schema definition for types_js_lock setting

Created on 5 January 2023, over 1 year ago
Updated 2 April 2024, 5 months ago

The types_js_lock setting in the schema definition (content_lock.schema.yml) is missing the type (string).

    types_js_lock:
      type: sequence
      label: 'Entity types with JS lock on'

should be

    types_js_lock:
      type: sequence
      label: 'Entity types with JS lock on'
      sequence:
        type: string
πŸ› Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

πŸ‡§πŸ‡ͺBelgium rp7

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024