contrib_todo_list-1.1.1/config/schema/contrib_todo_list.schema.yml
config/schema/contrib_todo_list.schema.yml
contrib_todo_list.todo.*:
type: content_entity
label: 'Todo'
mapping:
id:
type: string
label: 'ID'
uuid:
type: string
label: 'UUID'
langcode:
type: string
label: 'Language code'
nid:
type: integer
label: 'Node ID'
uid:
type: integer
label: 'User ID'
share:
type: boolean
label: 'Share'
todo:
type: text
label: 'Todo text'
state:
type: string
label: 'State'
pin:
type: text
label: 'Pin'
